1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
florian
2009-04-17 09:22:02 +00:00
parent 0b90804c2a
commit c0d1d6df8e
3 changed files with 12 additions and 4 deletions

View File

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