From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 4 Apr 2014 00:41:30 +0200 Subject: [U-Boot] [PATCH 1/2] arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD on M28EVK In-Reply-To: <20140403184606.GJ16360@bill-the-cat> References: <1396545157-11991-1-git-send-email-marex@denx.de> <20140403184606.GJ16360@bill-the-cat> Message-ID: <201404040041.30561.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday, April 03, 2014 at 08:46:06 PM, Tom Rini wrote: > On Thu, Apr 03, 2014 at 07:12:36PM +0200, Marek Vasut wrote: > > Signed-off-by: Marek Vasut > > --- > > > > include/configs/m28evk.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h > > index bb1fa44..8f31467 100644 > > --- a/include/configs/m28evk.h > > +++ b/include/configs/m28evk.h > > @@ -7,9 +7,9 @@ > > > > #ifndef __CONFIGS_M28EVK_H__ > > #define __CONFIGS_M28EVK_H__ > > > > - > > > > /* System configurations */ > > #define CONFIG_MX28 /* i.MX28 SoC */ > > > > +#define CONFIG_SYS_GENERIC_BOARD > > > > #define MACH_TYPE_M28EVK 3613 > > #define CONFIG_MACH_TYPE MACH_TYPE_M28EVK > > Whack this into configs/mxs.h please, and given what this does and > doesn't really change, test as appropriate for confidence. Done. Best regards, Marek Vasut