soc/software/main: fix double serialboot (merge issue)
This commit is contained in:
parent
cf9c308db5
commit
455cb3ebe3
|
@ -467,7 +467,6 @@ static void boot_sequence(void)
|
|||
#ifdef ROM_BOOT_ADDRESS
|
||||
romboot();
|
||||
#endif
|
||||
serialboot();
|
||||
#ifdef CSR_ETHMAC_BASE
|
||||
#ifdef CSR_ETHPHY_MODE_DETECTION_MODE_ADDR
|
||||
eth_mode();
|
||||
|
|
Loading…
Reference in New Issue