ramips: fix serial baudrate for final version of ZBT-WG2626 board
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 <daniel@makrotopia.org> SVN-Revision: 48359
This commit is contained in:
parent
9df952742d
commit
f51f92d7e9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "console=ttyS0,57600";
|
||||
bootargs = "console=ttyS0,115200";
|
||||
};
|
||||
|
||||
sdhci@10130000 {
|
||||
|
|
Loading…
Reference in a new issue