Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751923AbaDVSLW (ORCPT ); Tue, 22 Apr 2014 14:11:22 -0400 Received: from mail-ee0-f50.google.com ([74.125.83.50]:48695 "EHLO mail-ee0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbaDVSLT (ORCPT ); Tue, 22 Apr 2014 14:11:19 -0400 Message-ID: <5356B0C2.6010708@gmail.com> Date: Tue, 22 Apr 2014 20:11:14 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 CC: Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: berlin: add CPU_V7 to Marvell Armada 1500-mini (BG2CD) References: <1397587699-11023-1-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1397587699-11023-1-git-send-email-sebastian.hesselbarth@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/15/2014 08:48 PM, Sebastian Hesselbarth wrote: > This selects missing CPU_V7 for ARM Cortex-A9 based Marvell Armada > 1500-mini (BG2CD). > > Signed-off-by: Sebastian Hesselbarth > --- Applied to berlin/soc. > --- > arch/arm/mach-berlin/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig > index d3c5f14dc142..0add8350faf4 100644 > --- a/arch/arm/mach-berlin/Kconfig > +++ b/arch/arm/mach-berlin/Kconfig > @@ -18,6 +18,7 @@ config MACH_BERLIN_BG2 > config MACH_BERLIN_BG2CD > bool "Marvell Armada 1500-mini (BG2CD)" > select CACHE_L2X0 > + select CPU_V7 > select HAVE_ARM_TWD if SMP > > config MACH_BERLIN_BG2Q > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/