From: Vladimir Zapolskiy Date: Mon, 17 Sep 2018 19:03:27 +0000 (+0300) Subject: arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=72f6d6b7ea5efbe76e9132a87f8f991b055c2b11;p=u-boot.git 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 --- diff --git a/arch/arm/cpu/arm926ejs/lpc32xx/dram.c b/arch/arm/cpu/arm926ejs/lpc32xx/dram.c index 2dce002343..4f975694fd 100644 --- a/arch/arm/cpu/arm926ejs/lpc32xx/dram.c +++ b/arch/arm/cpu/arm926ejs/lpc32xx/dram.c @@ -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 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b566bfe4dc..b6c793ca2f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -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