Skip to content
Snippets Groups Projects
Commit c9ed38cb authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

at91cap9adk: fix #ifdef/#endif pairing (2nd try)


Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
include/configs/at91cap9adk.h, but did not cate all problems.

Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent fb364bec
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,6 @@ ...@@ -130,7 +130,6 @@
#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
#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */ #define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment