summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-24 20:25:31 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-24 20:25:31 +0000
commit755aae526a8e39aa36b6fa07186688653743a12e (patch)
tree0da85486513eed9ea4cc987cce838c47fd76c0d8
parent03aef1e2c5c4372be96faf93cc5478bbedf80e59 (diff)
downloadmaster-31e0f0ae-755aae526a8e39aa36b6fa07186688653743a12e.tar.gz
master-31e0f0ae-755aae526a8e39aa36b6fa07186688653743a12e.tar.bz2
master-31e0f0ae-755aae526a8e39aa36b6fa07186688653743a12e.zip
bcm6345 does not seem to handle r4k_wait correctly, disable it (#5474)
SVN-Revision: 16971
-rw-r--r--target/linux/brcm63xx/patches-2.6.27/001-add_broadcom_63xx_cpu_definitions.patch1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/001-add_broadcom_63xx_cpu_definitions.patch b/target/linux/brcm63xx/patches-2.6.27/001-add_broadcom_63xx_cpu_definitions.patch
index c49b0a6542..d9f2d3787b 100644
--- a/target/linux/brcm63xx/patches-2.6.27/001-add_broadcom_63xx_cpu_definitions.patch
+++ b/target/linux/brcm63xx/patches-2.6.27/001-add_broadcom_63xx_cpu_definitions.patch
@@ -17,7 +17,6 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
case CPU_PR4450:
case CPU_BCM3302:
+ case CPU_BCM6338:
-+ case CPU_BCM6345:
+ case CPU_BCM6348:
+ case CPU_BCM6358:
cpu_wait = r4k_wait;