From 6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Sun, 20 Nov 2011 16:10:16 +0200 Subject: NAND: remove NAND_MAX_CHIPS definitions This change follows the change by Wolfgang Grandegger (commit 6c869637fef), which allows to remove useless NAND_MAX_CHIPS definitions in board config files. Signed-off-by: Vladimir Zapolskiy Cc: Wolfgang Grandegger Cc: Scott Wood Signed-off-by: Scott Wood --- include/configs/VCMA9.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/VCMA9.h') diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index a370c15..5cc8ece 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -237,7 +237,6 @@ #define CONFIG_NAND_S3C2410 #define CONFIG_SYS_S3C2410_NAND_HWECC #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define NAND_MAX_CHIPS 1 #define CONFIG_SYS_NAND_BASE 0x4E000000 #define CONFIG_S3C24XX_CUSTOM_NAND_TIMING #define CONFIG_S3C24XX_TACLS 1 -- cgit v1.1