From 4d2aee2b3681234691b102194cc2f14857272828 Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Thu, 5 Jan 2012 17:24:13 -0600 Subject: NAND: Remove additional (CONFIG_SYS)_NAND_MAX_CHIPS NAND_MAX_CHIPS has been replaced by CONFIG_SYS_NAND_MAX_CHIPS, and the latter defaults to 1. Signed-off-by: Scott Wood --- include/configs/tt01.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/tt01.h') diff --git a/include/configs/tt01.h b/include/configs/tt01.h index a553712699..7e293c676c 100644 --- a/include/configs/tt01.h +++ b/include/configs/tt01.h @@ -231,7 +231,6 @@ #define CONFIG_NAND_MXC #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 1 /* * actually this is nothing someone wants to configure! -- cgit v1.2.1