soc/software/main: fix double serialboot (merge issue)

This commit is contained in:
Florent Kermarrec 2017-01-17 04:36:15 +01:00
parent cf9c308db5
commit 455cb3ebe3
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ static void boot_sequence(void)
#ifdef ROM_BOOT_ADDRESS #ifdef ROM_BOOT_ADDRESS
romboot(); romboot();
#endif #endif
serialboot();
#ifdef CSR_ETHMAC_BASE #ifdef CSR_ETHMAC_BASE
#ifdef CSR_ETHPHY_MODE_DETECTION_MODE_ADDR #ifdef CSR_ETHPHY_MODE_DETECTION_MODE_ADDR
eth_mode(); eth_mode();