From 7a88afd080a5e248c0cb91aedc74320ca45b72af Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 6 Feb 2018 12:15:37 -0500 Subject: configs: Drop unused CONFIG_SPL_MMC_MINIMAL The option CONFIG_SPL_MMC_MINIMAL is unused in code, drop it. Signed-off-by: Tom Rini --- include/configs/P1010RDB.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/P1010RDB.h') diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 78198059da..c0b04d9885 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -15,7 +15,6 @@ #define CONFIG_NAND_FSL_IFC #ifdef CONFIG_SDCARD -#define CONFIG_SPL_MMC_MINIMAL #define CONFIG_SPL_FLUSH_IMAGE #define CONFIG_SPL_TARGET "u-boot-with-spl.bin" #define CONFIG_SPL_TEXT_BASE 0xD0001000 -- cgit v1.2.3