aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-05-13 12:14:07 -0400
committerTom Rini <trini@konsulko.com>2022-06-06 12:09:00 -0400
commit2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d (patch)
treea323b4449a63dabc8682212bf7217bf70eabaed6
parenta581eba01d9acdaa73457a9bbbf30f518780dc97 (diff)
downloadu-boot-2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d.zip
u-boot-2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d.tar.gz
u-boot-2179dc085d7b7f2e71cdaa1ff73b21a0ef0b8b5d.tar.bz2
P1010RDB: Remove CONFIG_SPL_NAND_MINIMAL
This symbol is not used anywhere, remove it. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/configs/P1010RDB.h1
1 files changed, 0 insertions, 1 deletions
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)