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
|
#ifdef ROM_BOOT_ADDRESS
|
||||||
romboot();
|
romboot();
|
||||||
#endif
|
#endif
|
||||||
//#if defined(CSR_SPISDCARD_BASE) || defined(CSR_SDCORE_BASE)
|
#if defined(CSR_SPISDCARD_BASE) || defined(CSR_SDCORE_BASE)
|
||||||
#if defined(CSR_SPISDCARD_BASE) // FIXME
|
|
||||||
sdcardboot();
|
sdcardboot();
|
||||||
#endif
|
#endif
|
||||||
#ifdef CSR_ETHMAC_BASE
|
#ifdef CSR_ETHMAC_BASE
|
||||||
|
|
Loading…
Reference in New Issue