aboutsummaryrefslogtreecommitdiff
path: root/include/configs/at91cap9adk.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-07-18 20:46:38 +0200
committerWolfgang Denk <wd@denx.de>2009-07-18 20:46:38 +0200
commit7024aa14df2981b4e65c6189909da9aadb1c22da (patch)
tree3278daa7586830fc8289a817e5b1c6adcd5f9e2e /include/configs/at91cap9adk.h
parent0a87dd90a75d034301496285026fbd8106c7c6d5 (diff)
at91cap9adk: fix #ifdef/#endif pairing
The #ifdef/#endif pairing in this file was obviously messed up. Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/at91cap9adk.h')
-rw-r--r--include/configs/at91cap9adk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h
index 526cd60ae..219eea311 100644
--- a/include/configs/at91cap9adk.h
+++ b/include/configs/at91cap9adk.h
@@ -123,7 +123,6 @@
/* our CLE is AD22 */
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PD15
-#endif
/* NAND flash */
#ifdef CONFIG_CMD_NAND
@@ -131,6 +130,7 @@
#define CONFIG_SYS_MAX_NAND_DEVICE 1
#define CONFIG_SYS_NAND_BASE 0x40000000
#define CONFIG_SYS_NAND_DBW_8 1
+#endif
/* Ethernet */
#define CONFIG_MACB 1