From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 13 Nov 2014 16:56:29 +0100 Subject: [U-Boot] [PATCH] arm: mx6: Fix missing Kconfig option for Novena In-Reply-To: <20141113153440.GV24724@bill-the-cat> References: <1415873181-4413-1-git-send-email-marex@denx.de> <20141113153440.GV24724@bill-the-cat> Message-ID: <201411131656.29364.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, November 13, 2014 at 04:34:40 PM, Tom Rini wrote: > On Thu, Nov 13, 2014 at 11:06:21AM +0100, Marek Vasut wrote: > > Add two missing Kconfig options for Novena and drop the SPL > > from the Novena config. > > > > Signed-off-by: Marek Vasut > > Cc: Stefano Babic > > Cc: Sean Cross > > Cc: Marek Vasut > > Cc: Fabio Estevam > > --- > > > > arch/arm/Kconfig | 2 ++ > > configs/novena_defconfig | 2 +- > > 2 files changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > > index 22eb2d5..5cd621a 100644 > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -629,6 +629,8 @@ config TARGET_HUMMINGBOARD > > > > config TARGET_KOSAGI_NOVENA > > > > bool "Support Kosagi Novena" > > > > + select CPU_V7 > > + select SUPPORT_SPL > > After editing things to apply on top of Masahiro's series, applied to > u-boot/master, thanks! I hope I was a good ball and chain on your leg. My service is always available to you (lol) ;-) Thanks! Best regards, Marek Vasut