mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/bios: add spisdcardboot() to boot_sequence()
Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
This commit is contained in:
parent
e9054ef65a
commit
8473ed567a
1 changed files with 3 additions and 0 deletions
|
@ -593,6 +593,9 @@ static void boot_sequence(void)
|
|||
#ifdef ROM_BOOT_ADDRESS
|
||||
romboot();
|
||||
#endif
|
||||
#ifdef CSR_SPISDCARD_BASE
|
||||
spisdcardboot();
|
||||
#endif
|
||||
#ifdef CSR_ETHMAC_BASE
|
||||
#ifdef CSR_ETHPHY_MODE_DETECTION_MODE_ADDR
|
||||
eth_mode();
|
||||
|
|
Loading…
Reference in a new issue