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/cam_enc_4xx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/cam_enc_4xx.h') diff --git a/include/configs/cam_enc_4xx.h b/include/configs/cam_enc_4xx.h index a21d448..86f74df 100644 --- a/include/configs/cam_enc_4xx.h +++ b/include/configs/cam_enc_4xx.h @@ -90,7 +90,6 @@ #define CONFIG_SYS_NAND_BASE_LIST { 0x02000000, } /* socket has two chipselects, nCE0 gated by address BIT(14) */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_MAX_CHIPS 1 /* SPI support */ #define CONFIG_SPI -- cgit v1.1