From: Fabien Parent Date: Tue, 29 Nov 2016 13:31:33 +0000 (+0100) Subject: davinci: omapl138_lck: remove obsolete define X-Git-Tag: v2017.01-rc1~84 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b2b3365a1cc725d3e4f043f533b2f8bcf854d814;p=u-boot 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 Reviewed-by: Tom Rini --- diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index cd37aafb3d..5a6e7632b4 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -172,7 +172,6 @@ #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