From 2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 13 May 2022 12:14:07 -0400 Subject: P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL This symbol is not used anywhere, remove it. Signed-off-by: Tom Rini --- include/configs/P1010RDB.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 0c19b92..0c4a2f0 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -75,7 +75,6 @@ #define CONFIG_SYS_NAND_U_BOOT_START (0x11000000) #elif defined(CONFIG_SPL_BUILD) #define CONFIG_SPL_INIT_MINIMAL -#define CONFIG_SPL_NAND_MINIMAL #define CONFIG_SPL_FLUSH_IMAGE #define CONFIG_SPL_MAX_SIZE 8192 #define CONFIG_SYS_NAND_U_BOOT_SIZE (128 << 10) -- cgit v1.1