Skip to content

Commit

Permalink
at91cap9adk: fix #ifdef/#endif pairing
Browse files Browse the repository at this point in the history
The #ifdef/#endif pairing in this file was obviously messed up.

Signed-off-by: Wolfgang Denk <[email protected]>
  • Loading branch information
wdenx authored and plagnioj committed Jul 22, 2009
1 parent 6b96a20 commit ae71121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/at91cap9adk.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@
/* 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_NAND_ATMEL
#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
Expand Down

0 comments on commit ae71121

Please sign in to comment.