]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
at91cap9adk: fix #ifdef/#endif pairing
authorWolfgang Denk <wd@denx.de>
Sat, 18 Jul 2009 18:46:38 +0000 (20:46 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Jul 2009 18:46:38 +0000 (20:46 +0200)
The #ifdef/#endif pairing in this file was obviously messed up.

Signed-off-by: Wolfgang Denk <wd@denx.de>
include/configs/at91cap9adk.h

index 526cd60ae0961fbe87570e6ec4ba98f1f24d8185..219eea3114ab68b62ed97082b8974ffd1ecb6b78 100644 (file)
 /* 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
 #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