projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df9527
)
ramips: fix serial baudrate for final version of ZBT-WG2626 board
author
John Crispin
<
[email protected]
>
Tue, 19 Jan 2016 10:16:30 +0000
(10:16 +0000)
committer
John Crispin
<
[email protected]
>
Tue, 19 Jan 2016 10:16:30 +0000
(10:16 +0000)
The bootloader was updated and now uses 115200 instead of 57600 baud
for the serial console. Change this also in OpenWrt's DTS, so the rate
is consistent for bootloader and linux kernel output.
Signed-off-by: Daniel Golle <
[email protected]
>
SVN-Revision: 48359
target/linux/ramips/dts/ZBT-WG2626.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/ZBT-WG2626.dts
b/target/linux/ramips/dts/ZBT-WG2626.dts
index bab483a8d0bd607cf7fb6c3e342b0ba3611f32f1..b18f4c1db85e52496f181d0551b832383c50464b 100644
(file)
--- a/
target/linux/ramips/dts/ZBT-WG2626.dts
+++ b/
target/linux/ramips/dts/ZBT-WG2626.dts
@@
-12,7
+12,7
@@
};
chosen {
- bootargs = "console=ttyS0,
576
00";
+ bootargs = "console=ttyS0,
1152
00";
};
sdhci@10130000 {