ARM: 7711/1: dove: fix Dove cpu type from V7 to PJ4
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Thu, 2 May 2013 18:56:12 +0000 (19:56 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 7 May 2013 09:34:29 +0000 (10:34 +0100)
The CPU used in Marvell Dove SoCs is a PJ4 Sheeva core. Using
CONFIG_CPU_PJ4 instead of CONFIG_CPU_V7 will enable iWMMXt
extensions on Dove.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig

index b2d235d..7e3e2bf 100644 (file)
@@ -492,7 +492,7 @@ config ARCH_IXP4XX
 config ARCH_DOVE
        bool "Marvell Dove"
        select ARCH_REQUIRE_GPIOLIB
-       select CPU_V7
+       select CPU_PJ4
        select GENERIC_CLOCKEVENTS
        select MIGHT_HAVE_PCI
        select PINCTRL