diff mbox

[3/6] davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_CLE

Message ID 20161129133134.19415-4-fparent@baylibre.com
State New
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(-)

-- 
2.10.2

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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!

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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