diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2018-09-17 21:56:36 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-10-19 12:56:58 -0400 |
commit | 61eb2860757a89eeb4f6573067263424d8452bfe (patch) | |
tree | e869fb89b86cb66e16a8362840e144e510ee30a2 | |
parent | e3e0819cbc3010829daf02fae1f44ac5c574e72f (diff) | |
download | u-boot-61eb2860757a89eeb4f6573067263424d8452bfe.tar.gz u-boot-61eb2860757a89eeb4f6573067263424d8452bfe.tar.xz u-boot-61eb2860757a89eeb4f6573067263424d8452bfe.zip |
work_92105: remove unused CONFIG_LPC32XX_SPL configuration option
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>
-rw-r--r-- | include/configs/work_92105.h | 3 | ||||
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index f453f01675..471b3f4861 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 b85c35b7af..b566bfe4dc 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1179,7 +1179,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 |