From b5fc88a75d70750e21234a5763969bfaafef7a2a Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 1 Dec 2013 18:05:08 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38979 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch') 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 #include #include -@@ -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 } -- cgit v1.2.3