bios/main: enable sdcardboot in boot_sequence with litesdcard.

This commit is contained in:
Florent Kermarrec 2020-06-22 21:57:00 +02:00
parent 847a5fcff4
commit b1fe3140d7
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ static void boot_sequence(void)
#ifdef ROM_BOOT_ADDRESS
romboot();
#endif
//#if defined(CSR_SPISDCARD_BASE) || defined(CSR_SDCORE_BASE)
#if defined(CSR_SPISDCARD_BASE) // FIXME
#if defined(CSR_SPISDCARD_BASE) || defined(CSR_SDCORE_BASE)
sdcardboot();
#endif
#ifdef CSR_ETHMAC_BASE