mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 07:20:37 +02:00
145f06f8eb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27528 3c298f89-4303-0410-b956-a3cf2f4a3e73
24 lines
646 B
Diff
24 lines
646 B
Diff
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(-)
|
|
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -322,7 +322,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
|