[PATCH 1/9] P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL

Tom Rini trini at konsulko.com
Thu May 19 01:47:44 CEST 2022


This symbol is not used anywhere, remove it.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/P1010RDB.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 0c19b92940e3..0c4a2f01ad4a 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)
-- 
2.25.1



More information about the U-Boot mailing list