mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
bios/main: enable sdcardboot in boot_sequence with litesdcard.
This commit is contained in:
parent
847a5fcff4
commit
b1fe3140d7
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue