All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option
@ 2018-09-17 19:03 Vladimir Zapolskiy
  2018-10-20 19:11 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Vladimir Zapolskiy @ 2018-09-17 19:03 UTC (permalink / raw)
  To: u-boot

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>
---

The change has a trivial merge conflict with another config symbol
removal from https://patchwork.ozlabs.org/patch/970788/ , this change
depends on it, so please apply work_92105 clean-up firstly.

 arch/arm/cpu/arm926ejs/lpc32xx/dram.c | 3 ---
 scripts/config_whitelist.txt          | 1 -
 2 files changed, 4 deletions(-)

diff --git a/arch/arm/cpu/arm926ejs/lpc32xx/dram.c b/arch/arm/cpu/arm926ejs/lpc32xx/dram.c
index 2dce00234330..4f975694fd69 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>
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 68780ac87f8e..30d54e7634b3 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -1179,7 +1179,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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option
  2018-09-17 19:03 [U-Boot] [PATCH] arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option Vladimir Zapolskiy
@ 2018-10-20 19:11 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-10-20 19:11 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 17, 2018 at 10:03:27PM +0300, Vladimir Zapolskiy wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181020/cfe45e85/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-20 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-17 19:03 [U-Boot] [PATCH] arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option Vladimir Zapolskiy
2018-10-20 19:11 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.