From: Tom Rini Date: Fri, 13 May 2022 16:14:07 +0000 (-0400) Subject: P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d;p=u-boot.git P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL This symbol is not used anywhere, remove it. Signed-off-by: Tom Rini --- diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 0c19b92940..0c4a2f01ad 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)