Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945960AbbEVNGZ (ORCPT ); Fri, 22 May 2015 09:06:25 -0400 Received: from mail-wg0-f51.google.com ([74.125.82.51]:35256 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422655AbbEVNGW convert rfc822-to-8bit (ORCPT ); Fri, 22 May 2015 09:06:22 -0400 MIME-Version: 1.0 In-Reply-To: <1432161344-1930-1-git-send-email-stefan@agner.ch> References: <1432161344-1930-1-git-send-email-stefan@agner.ch> Date: Fri, 22 May 2015 15:06:21 +0200 Message-ID: Subject: Re: [PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms From: Maxime Coquelin To: Stefan Agner Cc: Arnd Bergmann , olof@lixom.net, =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , manabian@gmail.com, Russell King , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1369 Lines: 36 2015-05-21 0:35 GMT+02:00 Stefan Agner : > Use the new config symbol ARM_SINGLE_ARMV7M which groups config > symbols used by modern ARMv7-M platforms. This allows supporting > multiple ARMv7-M platforms in one kernel image. However, a common > kernel image requires the combined platforms to share the same > main memory layout to be bootable. > > Acked-by: Uwe Kleine-König > Signed-off-by: Stefan Agner > --- > Since this is essentially only a shift of config symbols, it > should not change runtime behavior, at least when selecting > only one platform. > > Uwe, this is essentially the same I had in my patchset, just > converting the other platforms too. I was bold and added your > Ack anyway... > > Joachim, Maxime, I test compiled with your defconfigs, compiled > fine on my machine. > > arch/arm/Kconfig | 86 ++++++++++++++++++-------------------------------- > arch/arm/Kconfig.debug | 5 ++- > 2 files changed, 32 insertions(+), 59 deletions(-) > For the stm32 part: Acked-by: Maxime Coquelin Thanks! Maxime -- 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/