From: Benoît Thébaudeau Date: Wed, 27 Jun 2012 20:28:26 +0000 (+0200) Subject: ARM: imx: fix i.MX35 CPU architecture X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=76e30b81e637d9dc52302fee76092235f1ac590f;p=deliverable%2Flinux.git ARM: imx: fix i.MX35 CPU architecture The data sheet of the i.MX35 says it is an ARM1136JF-S processor, version r1p3, which, according to section "B.1. New instructions" of the ARM1136JF-S and ARM1136J-S Technical Reference Manual, makes the i.MX35 CPU architecture not only ARMv6, but ARMv6k. Cc: Sascha Hauer Cc: Signed-off-by: Benoît Thébaudeau Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index eff4db5de0dd..0345e853e596 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -73,7 +73,7 @@ config SOC_IMX31 config SOC_IMX35 bool - select CPU_V6 + select CPU_V6K select ARCH_MXC_IOMUX_V3 select COMMON_CLK select HAVE_EPIT