mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
e3e0819cbc
commit
61eb286075
2 changed files with 0 additions and 4 deletions
|
@ -25,9 +25,6 @@
|
||||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* generate LPC32XX-specific SPL image */
|
|
||||||
#define CONFIG_LPC32XX_SPL
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Memory configurations
|
* Memory configurations
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1179,7 +1179,6 @@ CONFIG_LPC32XX_NAND_SLC_WHOLD
|
||||||
CONFIG_LPC32XX_NAND_SLC_WSETUP
|
CONFIG_LPC32XX_NAND_SLC_WSETUP
|
||||||
CONFIG_LPC32XX_NAND_SLC_WWIDTH
|
CONFIG_LPC32XX_NAND_SLC_WWIDTH
|
||||||
CONFIG_LPC32XX_SDRAM_
|
CONFIG_LPC32XX_SDRAM_
|
||||||
CONFIG_LPC32XX_SPL
|
|
||||||
CONFIG_LPC32XX_SSP_TIMEOUT
|
CONFIG_LPC32XX_SSP_TIMEOUT
|
||||||
CONFIG_LPC_BASE
|
CONFIG_LPC_BASE
|
||||||
CONFIG_LPC_IO_BASE
|
CONFIG_LPC_IO_BASE
|
||||||
|
|
Loading…
Reference in a new issue