diff options
author | Fabien Parent <fparent@baylibre.com> | 2016-11-29 14:31:32 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-03 13:21:17 -0500 |
commit | ef04479627c6956ebc3c3ea449086e2342218367 (patch) | |
tree | 2006bddf13d1ae8e656cd0c113983df8565d991e /scripts | |
parent | 1dbab2745a03902d036413032c480a0a81e5425c (diff) | |
download | u-boot-imx-ef04479627c6956ebc3c3ea449086e2342218367.zip u-boot-imx-ef04479627c6956ebc3c3ea449086e2342218367.tar.gz u-boot-imx-ef04479627c6956ebc3c3ea449086e2342218367.tar.bz2 |
davinci: omapl138_lcdk: use correct name for CONFIG_SYS_NAND_MASK_ALE
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 084b994..6a7712c 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -4330,7 +4330,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 |