[U-Boot] [PATCH] at91cap9adk: fix #ifdef/#endif pairing (2nd try)

2009-07-27 Thread Wolfgang Denk
Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in include/configs/at91cap9adk.h, but did not cate all problems. Signed-off-by: Wolfgang Denk --- include/configs/at91cap9adk.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/configs/at91cap9adk.h b/i

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

2009-07-22 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090722215459.gb26...@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 > > --- > > include/configs/at91cap9a

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

2009-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
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 > --- > include/configs/at91cap9adk.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied to u-boot-arm Best Regards, J. __

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

2009-07-18 Thread Wolfgang Denk
The #ifdef/#endif pairing in this file was obviously messed up. Signed-off-by: Wolfgang Denk --- 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 ---