[PATCH 03/04] ARM: shmobile: Remove legacy KZM9D board code
Simon Horman
horms at verge.net.au
Fri Nov 8 03:49:00 EST 2013
On Thu, Nov 07, 2013 at 08:21:29AM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm at opensource.se>
>
> 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.
More information about the linux-arm-kernel
mailing list