mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/software/main: fix double serialboot (merge issue)
This commit is contained in:
parent
cf9c308db5
commit
455cb3ebe3
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue