mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option
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 <vz@mleia.com>
This commit is contained in:
parent
578f76cfda
commit
72f6d6b7ea
2 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue