aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-12-01 18:05:08 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-12-01 18:05:08 +0000
commitb5fc88a75d70750e21234a5763969bfaafef7a2a (patch)
tree0eb2b571d8b32bb9462941609ae0fad7a9dfbf63 /target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
parentee624d1ddfe7749c608e2fe1f5a204d2862da32e (diff)
downloadmaster-187ad058-b5fc88a75d70750e21234a5763969bfaafef7a2a.tar.gz
master-187ad058-b5fc88a75d70750e21234a5763969bfaafef7a2a.tar.bz2
master-187ad058-b5fc88a75d70750e21234a5763969bfaafef7a2a.zip
brcm47xx: deactivate mips wait instruction only for BCM4706
The wait instruction is only broken on the BCM4706 and not on the other similar SoCs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38979 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch b/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
index 2ff649dde5..4cae1eac75 100644
--- a/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
+++ b/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
@@ -8,7 +8,7 @@
#include <asm/bootinfo.h>
#include <asm/prom.h>
#include <asm/reboot.h>
-@@ -244,6 +245,33 @@ void __init plat_mem_setup(void)
+@@ -254,6 +255,33 @@ void __init plat_mem_setup(void)
mips_set_machine_name(bcm47xx_board_get_name());
}
@@ -42,7 +42,7 @@
static int __init bcm47xx_register_bus_complete(void)
{
switch (bcm47xx_bus_type) {
-@@ -258,6 +286,8 @@ static int __init bcm47xx_register_bus_c
+@@ -268,6 +296,8 @@ static int __init bcm47xx_register_bus_c
break;
#endif
}