Re: [U-Boot-Users] resend #5: [PATCH 2/5]: add AcTux-1 board support

2008-01-16 Thread Michael Schwingen
Jean-Christophe PLAGNIOL-VILLARD wrote: > Ack but when applying I will do this change > > -#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_PCI) > +#if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI) > It is OK for me if you do the change. cu Michael --

Re: [U-Boot-Users] resend #5: [PATCH 2/5]: add AcTux-1 board support

2008-01-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:50 Wed 16 Jan , Michael Schwingen wrote: > Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> > > diff --git a/board/actux1/Makefile b/board/actux1/Makefile > new file mode 100644 > index 000..83611e7 > + > +#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_PCI) > +extern stru

[U-Boot-Users] resend #5: [PATCH 2/5]: add AcTux-1 board support

2008-01-16 Thread Michael Schwingen
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]> diff --git a/board/actux1/Makefile b/board/actux1/Makefile new file mode 100644 index 000..83611e7 --- /dev/null +++ b/board/actux1/Makefile @@ -0,0 +1,50 @@ +# +# (C) Copyright 2000-2006 +# Wolfgang Denk, DENX Software Engineering, [EMAIL P