]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: Scorpion is a v7 architecture, not v6
authorStephen Boyd <sboyd@codeaurora.org>
Mon, 4 Mar 2013 23:19:19 +0000 (15:19 -0800)
committerArnd Bergmann <arnd@arndb.de>
Fri, 15 Mar 2013 10:37:42 +0000 (11:37 +0100)
Scorpion processors have always been v7 CPUs. Fix the Kconfig
text to reflect this.

Reported-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig

index 9c87fd8ed9eb955a7418a8fe329d3cc72528dec4..ca1b6fd94a3f81a36667e6e759e068bcb0efc06d 100644 (file)
@@ -1005,12 +1005,12 @@ config ARCH_MULTI_V4_V5
        bool
 
 config ARCH_MULTI_V6
-       bool "ARMv6 based platforms (ARM11, Scorpion, ...)"
+       bool "ARMv6 based platforms (ARM11)"
        select ARCH_MULTI_V6_V7
        select CPU_V6
 
 config ARCH_MULTI_V7
-       bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)"
+       bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)"
        default y
        select ARCH_MULTI_V6_V7
        select ARCH_VEXPRESS