projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[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
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
63a71f0
..
6cba540
100644
(file)
--- 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;
+ }
+
This page took
0.024016 seconds
and
4
git commands to generate.