at91cap9adk: fix #ifdef/#endif pairing
The #ifdef/#endif pairing in this file was obviously messed up. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
0a87dd90a7
commit
7024aa14df
@ -123,7 +123,6 @@
|
|||||||
/* our CLE is AD22 */
|
/* our CLE is AD22 */
|
||||||
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
|
#define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
|
||||||
#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PD15
|
#define CONFIG_SYS_NAND_ENABLE_PIN AT91_PIN_PD15
|
||||||
#endif
|
|
||||||
|
|
||||||
/* NAND flash */
|
/* NAND flash */
|
||||||
#ifdef CONFIG_CMD_NAND
|
#ifdef CONFIG_CMD_NAND
|
||||||
@ -131,6 +130,7 @@
|
|||||||
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
#define CONFIG_SYS_MAX_NAND_DEVICE 1
|
||||||
#define CONFIG_SYS_NAND_BASE 0x40000000
|
#define CONFIG_SYS_NAND_BASE 0x40000000
|
||||||
#define CONFIG_SYS_NAND_DBW_8 1
|
#define CONFIG_SYS_NAND_DBW_8 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Ethernet */
|
/* Ethernet */
|
||||||
#define CONFIG_MACB 1
|
#define CONFIG_MACB 1
|
||||||
|
Loading…
Reference in New Issue
Block a user