diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-07 10:24:37 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-07 10:24:37 +0000 |
commit | d148dcce05ffa0a3b0b57b1f026c79fa8fe3f639 (patch) | |
tree | 9493d7b45f76449b2a6db24b033f5e762aa545e7 /target/linux | |
parent | e42f0f49e888d7e5ee3e9531b533b0e8255c507b (diff) | |
download | upstream-d148dcce05ffa0a3b0b57b1f026c79fa8fe3f639.tar.gz upstream-d148dcce05ffa0a3b0b57b1f026c79fa8fe3f639.tar.bz2 upstream-d148dcce05ffa0a3b0b57b1f026c79fa8fe3f639.zip |
select the right cpu
SVN-Revision: 27517
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/cns3xxx/patches-3.0/001-cns3xxx_v6k_cpu.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/cns3xxx/patches-3.0/001-cns3xxx_v6k_cpu.patch b/target/linux/cns3xxx/patches-3.0/001-cns3xxx_v6k_cpu.patch new file mode 100644 index 0000000000..6ba8a27e53 --- /dev/null +++ b/target/linux/cns3xxx/patches-3.0/001-cns3xxx_v6k_cpu.patch @@ -0,0 +1,28 @@ +From 2f22c9d80acceb853f94ca90989655d88e8bb964 Mon Sep 17 00:00:00 2001 +From: Imre Kaloz <kaloz@openwrt.org> +Date: Thu, 7 Jul 2011 11:39:37 +0200 +Subject: [PATCH] ARM: make CNS3XXX select CPU_V6K + +CNS3XXX is based on MPCore, so select the right CPU option for it. + +Signed-off-by: Imre Kaloz <kaloz@openwrt.org> +--- + arch/arm/Kconfig | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig +index 9adc278..c2e5f3d 100644 +--- a/arch/arm/Kconfig ++++ b/arch/arm/Kconfig +@@ -321,7 +321,7 @@ config ARCH_CLPS711X + + config ARCH_CNS3XXX + bool "Cavium Networks CNS3XXX family" +- select CPU_V6 ++ select CPU_V6K + select GENERIC_CLOCKEVENTS + select ARM_GIC + select MIGHT_HAVE_PCI +-- +1.7.1 + |