aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2018-09-17 22:03:27 +0300
committerTom Rini <trini@konsulko.com>2018-10-19 12:56:58 -0400
commit72f6d6b7ea5efbe76e9132a87f8f991b055c2b11 (patch)
tree979da685f18ced48263372e76d0e618bf70be944 /arch/arm/cpu/arm926ejs
parent578f76cfda5d00d406c115358c90cd4f51750bac (diff)
downloadu-boot-72f6d6b7ea5efbe76e9132a87f8f991b055c2b11.zip
u-boot-72f6d6b7ea5efbe76e9132a87f8f991b055c2b11.tar.gz
u-boot-72f6d6b7ea5efbe76e9132a87f8f991b055c2b11.tar.bz2
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>
Diffstat (limited to 'arch/arm/cpu/arm926ejs')
-rw-r--r--arch/arm/cpu/arm926ejs/lpc32xx/dram.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/cpu/arm926ejs/lpc32xx/dram.c b/arch/arm/cpu/arm926ejs/lpc32xx/dram.c
index 2dce002..4f97569 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 <common.h>