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

Wolfgang Denk wd at denx.de
Mon Apr 28 13:58:39 CEST 2008


In message <4815AEC6.8060704 at gandalf.sssup.it> 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 <config.h>
>  #include <version.h>
> -#include <asm/arch/ixp425.h>
> +
> +#include <asm/arch/hardware.h>
>  
>  #define MMU_Control_M  0x001    /* Enable MMU */
>  #define MMU_Control_A  0x002    /* Enable address alignment faults */
> @@ -158,6 +159,16 @@ reset:
>  	ldr     r2, =IXP425_EXP_CS0
--------------------^^^^^^^^^^^^^^^^

Seems there is IXP425 specific stuff here. Please verify that this is
correct. If it is correct, then probably the name should be changed.

> +#ifdef CONFIG_IXP465
...
> +#ifdef CONFIG_IXP425
...
> +#ifdef CONFIG_IXP465
...
> +#ifdef CONFIG_IXP465
...
> +#else
...
> +#ifdef CONFIG_IXP465
...
> +#ifdef CONFIG_IXP465
...
> +#else

That's a pretty mess of #ifdef's.

Maybe we should split this into separate source files?


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If you hear an onion ring, answer it.




More information about the U-Boot mailing list