> -----Original Message----- > From: [email protected] [mailto:u-boot- > [email protected]] On Behalf Of Igor Grinberg > Sent: Monday, October 31, 2011 4:18 PM > To: Valentin Longchamp > Cc: [email protected]; Holger Brunck > Subject: Re: [U-Boot] [PATCH] ARM: define CONFIG_MACH_TYPE for > all keymile boards > > Hi Valentin, > > On 10/31/11 12:07, Valentin Longchamp wrote: > > As this is a mandatory CONFIG for ARM boards now. > > > > Signed-off-by: Valentin Longchamp > <[email protected]> > > Signed-off-by: Holger Brunck <[email protected]> > > --- > > include/configs/km/km_arm.h | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/include/configs/km/km_arm.h > b/include/configs/km/km_arm.h > > index eaf6017..f30088d 100644 > > --- a/include/configs/km/km_arm.h > > +++ b/include/configs/km/km_arm.h > > @@ -48,6 +48,8 @@ > > #define CONFIG_KW88F6281 /* SOC Name */ > > #define CONFIG_MACH_KM_KIRKWOOD /* Machine type */ > > > > +#define CONFIG_MACH_TYPE MACH_TYPE_KM_KIRKWOOD > > + > > Probably, you also want to remove the gd->bd->bi_arch_number > assignment from board files using this mach id?
Hi Valentin Please post one patch for all this (including above, MACH_TYPE_KM_KIRKDOOD definition and CONFIG_MACH_TYPE definition) Regards... Prafulla . . . _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

