From: Florent Kermarrec Date: Mon, 22 Jun 2020 19:57:00 +0000 (+0200) Subject: bios/main: enable sdcardboot in boot_sequence with litesdcard. X-Git-Tag: 24jan2021_ls180~164 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1fe3140d7914f3866a0616dd3862994b7c745b0;p=litex.git bios/main: enable sdcardboot in boot_sequence with litesdcard. --- diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index dd0989ab..b1c57e93 100644 --- a/litex/soc/software/bios/main.c +++ b/litex/soc/software/bios/main.c @@ -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