From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 13 Nov 2014 07:03:27 +0100 Subject: [U-Boot] [PATCH] km_arm: convert the km_arm boards to the generic board support In-Reply-To: <1412329613-31442-1-git-send-email-valentin.longchamp@keymile.com> References: <1412329613-31442-1-git-send-email-valentin.longchamp@keymile.com> Message-ID: <20141113070327.1e39d88f@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Valentin, On Fri, 3 Oct 2014 11:46:53 +0200, Valentin Longchamp wrote: > This implies that all the km_kirkwood boards and their variants now are > using the generic board init sequence. > > Signed-off-by: Valentin Longchamp > --- > > include/configs/km/km_arm.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h > index d31e674..f780f8b 100644 > --- a/include/configs/km/km_arm.h > +++ b/include/configs/km/km_arm.h > @@ -20,6 +20,8 @@ > #ifndef _CONFIG_KM_ARM_H > #define _CONFIG_KM_ARM_H > > +#define CONFIG_SYS_GENERIC_BOARD > + > /* We got removed from Linux mach-types.h */ > #define MACH_TYPE_KM_KIRKWOOD 2255 > > -- > 1.8.0.1 > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.