summaryrefslogtreecommitdiff
path: root/include/configs/mx35pdk.h
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2012-08-13 20:50:42 (GMT)
committerScott Wood <scottwood@freescale.com>2012-09-18 00:51:45 (GMT)
commit1884d6577e6b298ab2966d7d8fd7be888c3b7332 (patch)
tree3c37bebe2c850704e707c4234e7284bb7fcf5d15 /include/configs/mx35pdk.h
parent13927f07334ce47a975c2e2a5bcd6bb708692534 (diff)
downloadu-boot-1884d6577e6b298ab2966d7d8fd7be888c3b7332.tar.xz
mxc nand: Let driver detect IP revision
There is no reason to have board configs to select the NFC IP revision. Just let the driver detect it. BTW, remove broken NFC IP revision configs from board config files. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Scott Wood <scottwood@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/mx35pdk.h')
-rw-r--r--include/configs/mx35pdk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 9bc6bd4..5816152 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -231,7 +231,6 @@
* NAND FLASH driver setup
*/
#define CONFIG_NAND_MXC
-#define CONFIG_NAND_MXC_V1_1
#define CONFIG_MXC_NAND_REGS_BASE (NFC_BASE_ADDR)
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE (NFC_BASE_ADDR)