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
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
> +
> +#
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