]> git.sur5r.net Git - u-boot/commitdiff
davinci: omapl138_lck: remove obsolete define
authorFabien Parent <fparent@baylibre.com>
Tue, 29 Nov 2016 13:31:33 +0000 (14:31 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 3 Dec 2016 18:21:17 +0000 (13:21 -0500)
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>
include/configs/omapl138_lcdk.h

index cd37aafb3dfe262797d8c24d235e8fb6c56c70ce..5a6e7632b4995cd90d92fb3883378e31a3ee6624 100644 (file)
 #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
 #endif
 
 #ifdef CONFIG_SYS_USE_NOR