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/P1022DS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/P1022DS.h') diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 3332f58ea8..1e2dddfea6 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -12,7 +12,6 @@ #include "../board/freescale/common/ics307_clk.h" #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 0xf8f81000 -- cgit