From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 08 Nov 2011 09:20:12 +0100 Subject: [U-Boot] [PATCH 1/2] ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE In-Reply-To: <1320060127-12300-1-git-send-email-d.mueller@elsoft.ch> References: <1320060127-12300-1-git-send-email-d.mueller@elsoft.ch> Message-ID: <4EB8E63C.1040806@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi David, Le 31/10/2011 12:22, David M?ller a ?crit : > Signed-off-by: David Mueller > --- > include/configs/VCMA9.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h > index 8b8113d..a370c15 100644 > --- a/include/configs/VCMA9.h > +++ b/include/configs/VCMA9.h > @@ -29,6 +29,9 @@ > #ifndef __CONFIG_H > #define __CONFIG_H > > + > +#define MACH_TYPE_MPL_VCMA9 227 > + > /* > * High Level Configuration Options > * (easy to change) > @@ -37,6 +40,7 @@ > #define CONFIG_S3C24X0 /* in a SAMSUNG S3C24x0-type SoC */ > #define CONFIG_S3C2410 /* specifically a SAMSUNG S3C2410 SoC */ > #define CONFIG_VCMA9 /* on a MPL VCMA9 Board */ > +#define CONFIG_MACH_TYPE MACH_TYPE_MPL_VCMA9 /* Machine type */ > > #define CONFIG_SYS_TEXT_BASE 0x0 Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.