[rdc] also override the default console settings, not all boards set it (e.g: RDC...
[openwrt.git] / target / linux / brcm47xx / patches-2.6.28 / 800-fix_cfe_detection.patch
index 63a71f0..6cba540 100644 (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;
 +      }
 +
This page took 0.026962 seconds and 4 git commands to generate.