[PATCH 10] ARM: Add support for IXP4xx CPU and for Goramo Multilink router platform.

Sascha Hauer s.hauer at pengutronix.de
Tue Dec 21 04:25:43 EST 2010


On Tue, Dec 21, 2010 at 08:42:41AM +0100, Belisko Marek wrote:
> Hi,
> 
> On Tue, Dec 21, 2010 at 12:06 AM, Krzysztof Halasa <khc at pm.waw.pl> wrote:
> > Signed-off-by: Krzysztof Hałasa <khc at pm.waw.pl>
> >
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index 8cb86cb..56b5a0d 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -39,6 +39,13 @@ config ARCH_IMX
> >        bool "Freescale iMX-based"
> >        select GENERIC_GPIO
> >
> > +config ARCH_IXP4XX
> > +       bool "Intel IXP4xx-based"
> > +       select CPU_32v5
> > +       select ARCH_SUPPORTS_BIG_ENDIAN
> > +       select CPU_BIG_ENDIAN
> > +       select ARCH_HAS_LOWLEVEL_INIT
> > +
> Should go to different Kconfig. This is ARM related and you have
> intel cpu which is possibly x86.  Also in other patches you stick to ARM
> but your CPU doesn't have ARM core.

The ixp4xx actually is an ARM processor.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list