1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 03:13:20 +02:00

[brcm63xx] bcm6345 does not seem to handle r4k_wait correctly, disable it (#5474)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16971 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-07-24 20:25:31 +00:00
parent d5cdcc5708
commit 0da7f315a3

View File

@ -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;