summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-17 09:22:02 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-04-17 09:22:02 +0000
commitc0d1d6df8e6c3d793ddfd660679d3653fd32ab7e (patch)
treea6bc92ecd9affa58ef7a89aabb8d1e833d53b3d5 /target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch
parent0b90804c2a30a5d3f4109028d3f055c5afd3469c (diff)
[brcm47xx] finally fix boot failures on buffalo devices, tested on WHR-HP-G54 and WRT54GS v1.1 with no side effects (#4061)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15232 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch b/target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch
index 63a71f05f..6cba54053 100644
--- a/target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch
+++ b/target/linux/brcm47xx/patches-2.6.28/800-fix_cfe_detection.patch
@@ -98,8 +98,8 @@
- prom_init_console();
- prom_init_cmdline();
+ if (prom_init_cfe() == 0) {
-+ prom_init_console_cfe();
-+ prom_init_cmdline_cfe();
++ //prom_init_console_cfe();
++ //prom_init_cmdline_cfe();
+ __prom_putchar = prom_putchar_cfe;
+ }
+