From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 08 Nov 2013 08:49:00 +0000 Subject: Re: [PATCH 03/04] ARM: shmobile: Remove legacy KZM9D board code Message-Id: <20131108084859.GA5213@verge.net.au> List-Id: References: <20131106232102.8081.20523.sendpatchset@w520> <20131106232129.8081.77546.sendpatchset@w520> In-Reply-To: <20131106232129.8081.77546.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Thu, Nov 07, 2013 at 08:21:29AM +0900, Magnus Damm wrote: > From: Magnus Damm > > Remove the C and platform device version of KZM9D. > > The DT version of KZM9D board support can now instead > directly be used with SoC specific code in setup-emev2.c. Am I right in thinking that with this change in place we need the following change to the defconfig in order for it to compile. diff --git a/arch/arm/configs/kzm9d_defconfig b/arch/arm/configs/kzm9d_defconfig index 6c37f4a..002488a 100644 --- a/arch/arm/configs/kzm9d_defconfig +++ b/arch/arm/configs/kzm9d_defconfig @@ -13,7 +13,7 @@ CONFIG_SLAB=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set -CONFIG_ARCH_SHMOBILE=y +CONFIG_ARCH_SHMOBILE_MULTI=y CONFIG_ARCH_EMEV2=y CONFIG_MACH_KZM9D=y CONFIG_MEMORY_START=0x40000000 I am holding off on pushing the patches I queued up today until this can be resolved one way or another.