[U-Boot] [PATCH] at91cap9adk: fix #ifdef/#endif pairing

The #ifdef/#endif pairing in this file was obviously messed up.
Signed-off-by: Wolfgang Denk wd@denx.de --- include/configs/at91cap9adk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index 526cd60..219eea3 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

On 20:47 Sat 18 Jul , Wolfgang Denk wrote:
The #ifdef/#endif pairing in this file was obviously messed up.
Signed-off-by: Wolfgang Denk wd@denx.de
include/configs/at91cap9adk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
applied to u-boot-arm
Best Regards, J.

Dear Jean-Christophe PLAGNIOL-VILLARD,
In message 20090722215459.GB26867@game.jcrosoft.org you wrote:
On 20:47 Sat 18 Jul , Wolfgang Denk wrote:
The #ifdef/#endif pairing in this file was obviously messed up.
Signed-off-by: Wolfgang Denk wd@denx.de
include/configs/at91cap9adk.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
applied to u-boot-arm
Why? I have added this to mainline long ago.
Please make sure your ARM repo is up to date, i. e. in sync with mainline.
Best regards,
Wolfgang Denk
participants (2)
-
Jean-Christophe PLAGNIOL-VILLARD
-
Wolfgang Denk