]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: cns3xxx: enable V6K instead of plain V6
authorRob Herring <robh@kernel.org>
Fri, 31 Jan 2014 21:05:57 +0000 (15:05 -0600)
committerRob Herring <robh@kernel.org>
Wed, 19 Feb 2014 22:47:15 +0000 (16:47 -0600)
The cns3xxx is an ARM11MPCore which has all the V6K extensions, so V6K
should be selected instead. Dropping the select will use the default for
ARCH_MULTI_V6 which is V6K.

Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Anton Vorontsov <anton@enomsg.org>
arch/arm/mach-cns3xxx/Kconfig

index b16b29a46f9b988e57eea0ddffcb9c2247e4cd8a..dce8decd5d46a387afa7f5da6bb9fdfc727733e1 100644 (file)
@@ -3,7 +3,6 @@ config ARCH_CNS3XXX
        select ARM_GIC
        select MIGHT_HAVE_PCI
        select PCI_DOMAINS if PCI
-       select CPU_V6
        help
          Support for Cavium Networks CNS3XXX platform.