Skip to content

Commit

Permalink
work_92105: remove unused CONFIG_LPC32XX_SPL configuration option
Browse files Browse the repository at this point in the history
The CONFIG_LPC32XX_SPL option from board include file has never been
used, it is safe to remove it.

Signed-off-by: Vladimir Zapolskiy <[email protected]>
  • Loading branch information
vzapolskiy authored and trini committed Oct 19, 2018
1 parent e3e0819 commit 61eb286
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions include/configs/work_92105.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
#define CONFIG_SKIP_LOWLEVEL_INIT
#endif

/* generate LPC32XX-specific SPL image */
#define CONFIG_LPC32XX_SPL

/*
* Memory configurations
*/
Expand Down
1 change: 0 additions & 1 deletion scripts/config_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61eb286

Please sign in to comment.