In message <[EMAIL PROTECTED]> you wrote:
> 
> diff --git a/MAKEALL b/MAKEALL
> index ebc5a22..7e39b2c 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -516,6 +516,10 @@ LIST_ixp=3D"             \
>       ixdpg425        \
>       pdnb3           \
>       scpu            \
> +     actux1          \
> +     actux2          \
> +     actux3          \
> +     actux4          \

Please don't append, but keep lists sorted.

> diff --git a/Makefile b/Makefile
> index 1983ca0..10ab3df 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2430,6 +2430,18 @@ ixdp425_config :       unconfig
>  ixdpg425_config      :       unconfig
>       @$(MKCONFIG) $(@:_config=3D) arm ixp ixdp425
>  =
> 
> +actux1_config        :       unconfig
> +     @$(MKCONFIG) $(@:_config=3D) arm ixp actux1
> +
> +actux2_config        :       unconfig
> +     @$(MKCONFIG) $(@:_config=3D) arm ixp actux2
> +
> +actux3_config        :       unconfig
> +     @$(MKCONFIG) $(@:_config=3D) arm ixp actux3
> +
> +actux4_config        :       unconfig
> +     @$(MKCONFIG) $(@:_config=3D) arm ixp actux4
> +
>  lubbock_config       :       unconfig
>       @$(MKCONFIG) $(@:_config=3D) arm pxa lubbock

Ditto.

> diff --git a/include/asm-arm/mach-types.h b/include/asm-arm/mach-types.h
> index ab19047..01bfecb 100644
> --- a/include/asm-arm/mach-types.h
> +++ b/include/asm-arm/mach-types.h
> @@ -742,6 +742,10 @@ extern unsigned int __machine_arch_type;
>  #define MACH_TYPE_AT91SAM9260EK       1099
>  #define MACH_TYPE_AT91RM9200DF        1119
>  #define MACH_TYPE_AT91SAM9263EK       1202
> +#define MACH_TYPE_ACTUX1              1479
> +#define MACH_TYPE_ACTUX2              1480
> +#define MACH_TYPE_ACTUX3              1481
> +#define MACH_TYPE_ACTUX4              1532

Please provide a correct update of the mach-types.h file (complete
copy of the original sitribution).

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: [EMAIL PROTECTED]
Any technology distinguishable from magic is insufficiently advanced.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to