[U-Boot] [PATCH 1/2] work_92105: remove unused CONFIG_LPC32XX_SPL configuration option

Vladimir Zapolskiy vz at mleia.com
Mon Sep 17 18:56:36 UTC 2018


The CONFIG_LPC32XX_SPL option from board include file has never been
used, it is safe to remove it.

Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
---
 include/configs/work_92105.h | 3 ---
 scripts/config_whitelist.txt | 1 -
 2 files changed, 4 deletions(-)

diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h
index f453f0167511..471b3f48616f 100644
--- a/include/configs/work_92105.h
+++ b/include/configs/work_92105.h
@@ -25,9 +25,6 @@
 #define CONFIG_SKIP_LOWLEVEL_INIT
 #endif
 
-/* generate LPC32XX-specific SPL image */
-#define CONFIG_LPC32XX_SPL
-
 /*
  * Memory configurations
  */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 94953d873802..68780ac87f8e 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -1180,7 +1180,6 @@ CONFIG_LPC32XX_NAND_SLC_WHOLD
 CONFIG_LPC32XX_NAND_SLC_WSETUP
 CONFIG_LPC32XX_NAND_SLC_WWIDTH
 CONFIG_LPC32XX_SDRAM_
-CONFIG_LPC32XX_SPL
 CONFIG_LPC32XX_SSP_TIMEOUT
 CONFIG_LPC_BASE
 CONFIG_LPC_IO_BASE
-- 
2.17.1



More information about the U-Boot mailing list