ARM: imx: fix i.MX35 CPU architecture
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Wed, 27 Jun 2012 20:28:26 +0000 (22:28 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 9 Jul 2012 08:29:49 +0000 (10:29 +0200)
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 <kernel@pengutronix.de>
Cc: <linux-arm-kernel@lists.infradead.org>
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/Kconfig

index eff4db5..0345e85 100644 (file)
@@ -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