diff mbox series

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

Message ID 20180917185637.16068-2-vz@mleia.com
State Accepted
Commit 61eb2860757a89eeb4f6573067263424d8452bfe
Delegated to: Tom Rini
Headers show
Series work_92105: remove a couple of unused config options | expand

Commit Message

Vladimir Zapolskiy Sept. 17, 2018, 6:56 p.m. UTC
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@mleia.com>
---
 include/configs/work_92105.h | 3 ---
 scripts/config_whitelist.txt | 1 -
 2 files changed, 4 deletions(-)

Comments

Tom Rini Oct. 20, 2018, 7:11 p.m. UTC | #1
On Mon, Sep 17, 2018 at 09:56:36PM +0300, Vladimir Zapolskiy wrote:

> 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@mleia.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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