machine definition for colibri-pxa3xx

pieterg pieterg at gmx.com
Thu Jul 8 08:55:16 EDT 2010


On Thursday 08 July 2010 14:06:19 Marek Vasut wrote:
> Dne Čt 8. července 2010 12:36:39 pieterg napsal(a):
> > At the moment, colibri-pxa300.c as well as colibri-pxa320.c have their
> > own machine definition.
> >
> > However, running a kernel built with CONFIG_MACH_COLIBRI300 and
> > CONFIG_MACH_COLIBRI320 on a colibri 300 or 310, it will match the 320
> > machine definition, and therefore use colibri-pxa320.c.
>
> Huh? Your bootloader is messed up? What bootloader do you use ?

Perhaps? I'm using u-boot.

Actually, I now see what you mean.

gd->bd->bi_arch_number = MACH_TYPE_COLIBRI320;

that causes it.
My bootloader (modified 1.3.3) is from before MACH_TYPE_COLIBRI300 was 
added.



More information about the linux-arm-kernel mailing list