mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
davinci: omapl138_lck: remove obsolete define
NAND_MAX_CHIPS is not used anymore and has been replaced by CONFIG_SYS_MAX_NAND_DEVICE. There is no need to keep the former define. Signed-off-by: Fabien Parent <fparent@baylibre.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
ef04479627
commit
b2b3365a1c
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@
|
||||||
#define CONFIG_SYS_NAND_MASK_ALE 0x8
|
#define CONFIG_SYS_NAND_MASK_ALE 0x8
|
||||||
#undef CONFIG_SYS_NAND_HW_ECC
|
#undef CONFIG_SYS_NAND_HW_ECC
|
||||||
#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND devices */
|
||||||
#define NAND_MAX_CHIPS 1
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_USE_NOR
|
#ifdef CONFIG_SYS_USE_NOR
|
||||||
|
|
Loading…
Add table
Reference in a new issue