Skip to content

Commit

Permalink
arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option
Browse files Browse the repository at this point in the history
The option has never existed and config whitelist script accumulates
it from a comment block, wipe it out from the source code.

Signed-off-by: Vladimir Zapolskiy <[email protected]>
  • Loading branch information
vzapolskiy authored and trini committed Oct 19, 2018
1 parent 578f76c commit 72f6d6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions arch/arm/cpu/arm926ejs/lpc32xx/dram.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
* This is called by SPL to gain access to the SDR DRAM.
*
* This code runs from SRAM.
*
* Actual CONFIG_LPC32XX_SDRAM_* parameters must be provided
* by the board configuration file.
*/

#include <common.h>
Expand Down
1 change: 0 additions & 1 deletion scripts/config_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,6 @@ CONFIG_LPC32XX_NAND_SLC_WDR_CLKS
CONFIG_LPC32XX_NAND_SLC_WHOLD
CONFIG_LPC32XX_NAND_SLC_WSETUP
CONFIG_LPC32XX_NAND_SLC_WWIDTH
CONFIG_LPC32XX_SDRAM_
CONFIG_LPC32XX_SSP_TIMEOUT
CONFIG_LPC_BASE
CONFIG_LPC_IO_BASE
Expand Down

0 comments on commit 72f6d6b

Please sign in to comment.