bios/main: enable sdcardboot in boot_sequence with litesdcard.
This commit is contained in:
parent
847a5fcff4
commit
b1fe3140d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue