Message ID | 20161129133134.19415-5-fparent@baylibre.com |
---|---|
State | Accepted |
Commit | ef04479627c6956ebc3c3ea449086e2342218367 |
Headers | show |
On Tue, Nov 29, 2016 at 02:31:32PM +0100, Fabien Parent wrote: > CONFIG_SYS_ALE_MASK is not used anywhere. It has probably been > renamed to CONFIG_SYS_NAND_MASK_ALE. 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
On Tue, Nov 29, 2016 at 02:31:32PM +0100, Fabien Parent wrote: > CONFIG_SYS_ALE_MASK is not used anywhere. It has probably been > renamed to CONFIG_SYS_NAND_MASK_ALE. 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 --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index f92d6e0..6262147 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -128,7 +128,7 @@ #define CONFIG_SYS_NAND_CS 3 #define CONFIG_SYS_NAND_BASE DAVINCI_ASYNC_EMIF_DATA_CE3_BASE #define CONFIG_SYS_NAND_MASK_CLE 0x10 -#define CONFIG_SYS_ALE_MASK 0x8 +#define CONFIG_SYS_NAND_MASK_ALE 0x8 #undef CONFIG_SYS_NAND_HW_ECC #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */ #define NAND_MAX_CHIPS 1 diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index b2ced15..fc8d319 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4402,7 +4402,6 @@ CONFIG_SYS_ACR_RPTCNT CONFIG_SYS_ADDRESS_MAP_A CONFIG_SYS_ADV7611_I2C CONFIG_SYS_AHB_BASE -CONFIG_SYS_ALE_MASK CONFIG_SYS_ALLOC_DPRAM CONFIG_SYS_ALT_BOOT CONFIG_SYS_ALT_FLASH
CONFIG_SYS_ALE_MASK is not used anywhere. It has probably been renamed to CONFIG_SYS_NAND_MASK_ALE. 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