From b1fe3140d7914f3866a0616dd3862994b7c745b0 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 22 Jun 2020 21:57:00 +0200 Subject: [PATCH] bios/main: enable sdcardboot in boot_sequence with litesdcard. --- litex/soc/software/bios/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litex/soc/software/bios/main.c b/litex/soc/software/bios/main.c index dd0989abf..b1c57e93f 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