[U-Boot] [PATCH 5/6] davinci: omapl138_lck: remove obsolete define

Fabien Parent fparent at baylibre.com
Tue Nov 29 14:31:33 CET 2016


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 at baylibre.com>
---
 include/configs/omapl138_lcdk.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 6262147..3e27778 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -131,7 +131,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
-- 
2.10.2



More information about the U-Boot mailing list