mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
1dbab2745a
commit
ef04479627
2 changed files with 1 additions and 2 deletions
|
@ -169,7 +169,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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue