Re: [U-Boot-Users] [PATCH ARM/IXP465 1/3] Add support for the ixp465 processor

2008-04-29 Thread michael
Hi, thanks for your comment. Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > >> This patch add basic support to the ixp465 cpu. >> > ... > >> diff --git a/cpu/ixp/start.S b/cpu/ixp/start.S >> index 757cfaa..af718b0 100644 >> --- a/cpu/ixp/start.S >> +++ b/cpu/ixp/star

Re: [U-Boot-Users] [PATCH ARM/IXP465 1/3] Add support for the ixp465 processor

2008-04-28 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > This patch add basic support to the ixp465 cpu. ... > diff --git a/cpu/ixp/start.S b/cpu/ixp/start.S > index 757cfaa..af718b0 100644 > --- a/cpu/ixp/start.S > +++ b/cpu/ixp/start.S > @@ -29,7 +29,8 @@ > > #include > #include > -#include > + > +#

[U-Boot-Users] [PATCH ARM/IXP465 1/3] Add support for the ixp465 processor

2008-04-28 Thread michael
This patch add basic support to the ixp465 cpu. Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> --- cpu/ixp/cpu.c|2 +- cpu/ixp/interrupts.c |2 +- cpu/ixp/npe/npe.c|2 +- cpu/ixp/pci.c|2 +- cpu/ixp/serial.c |2 +- cpu/ixp/start.S | 57