From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Mon, 31 Oct 2011 10:20:42 +0200 Subject: [U-Boot] [PATCH] Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards In-Reply-To: <1320048407-24701-1-git-send-email-valentin.longchamp@keymile.com> References: <1320048407-24701-1-git-send-email-valentin.longchamp@keymile.com> Message-ID: <4EAE5A5A.9080201@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Valentin, On 10/31/11 10:06, Valentin Longchamp wrote: > We got dropped from Linux mach-types.h because of a lack of mainline > support and this is needed since the last Linux/u-boot mach-types > synchro. > > Signed-off-by: Valentin Longchamp > --- > include/configs/km/km_arm.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h > index c117943..eaf6017 100644 > --- a/include/configs/km/km_arm.h > +++ b/include/configs/km/km_arm.h > @@ -36,6 +36,9 @@ > #ifndef _CONFIG_KM_ARM_H > #define _CONFIG_KM_ARM_H > > +/* We got removed from Linux mach-types.h */ > +#define MACH_TYPE_KM_KIRKWOOD 2255 While you are at it, probably, it is a good time to switch to the new standard and use the CONFIG_MACH_TYPE option. Please, read the README file. > + > /* > * High Level Configuration Options (easy to change) > */ -- Regards, Igor.