diff mbox

[U-Boot,3/6] davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLE

Message ID 20161129133134.19415-4-fparent@baylibre.com
State Accepted
Commit 1dbab2745a03902d036413032c480a0a81e5425c
Delegated to: Tom Rini
Headers show

Commit Message

Fabien Parent Nov. 29, 2016, 1:31 p.m. UTC
CONFIG_SYS_CLE_MASK is not used anywhere. It has probably been
renamed to CONFIG_SYS_NAND_MASK_CLE. Rename it and remove the former
from the config_whitelist.txt file.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 include/configs/omapl138_lcdk.h | 2 +-
 scripts/config_whitelist.txt    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Tom Rini Nov. 29, 2016, 6:09 p.m. UTC | #1
On Tue, Nov 29, 2016 at 02:31:31PM +0100, Fabien Parent wrote:

> CONFIG_SYS_CLE_MASK is not used anywhere. It has probably been
> renamed to CONFIG_SYS_NAND_MASK_CLE. Rename it and remove the former
> from the config_whitelist.txt file.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Tom Rini Dec. 4, 2016, 12:59 a.m. UTC | #2
On Tue, Nov 29, 2016 at 02:31:31PM +0100, Fabien Parent wrote:

> CONFIG_SYS_CLE_MASK is not used anywhere. It has probably been
> renamed to CONFIG_SYS_NAND_MASK_CLE. Rename it and remove the former
> from the config_whitelist.txt file.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index b4bcd8f..f92d6e0 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -127,7 +127,7 @@ 
 #define	CONFIG_SYS_NAND_BUSWIDTH_16BIT
 #define CONFIG_SYS_NAND_CS		3
 #define CONFIG_SYS_NAND_BASE		DAVINCI_ASYNC_EMIF_DATA_CE3_BASE
-#define CONFIG_SYS_CLE_MASK		0x10
+#define CONFIG_SYS_NAND_MASK_CLE	0x10
 #define CONFIG_SYS_ALE_MASK		0x8
 #undef CONFIG_SYS_NAND_HW_ECC
 #define CONFIG_SYS_MAX_NAND_DEVICE	1 /* Max number of NAND devices */
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 0c7d3cd..b2ced15 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -4569,7 +4569,6 @@  CONFIG_SYS_CF_INTC_REG1
 CONFIG_SYS_CF_SIZE
 CONFIG_SYS_CH7301_I2C
 CONFIG_SYS_CKEN
-CONFIG_SYS_CLE_MASK
 CONFIG_SYS_CLK
 CONFIG_SYS_CLKDIV_CPU
 CONFIG_SYS_CLKDIV_HSB