diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:16:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:16:30 +0000 |
commit | f51f92d7e92633620e5300fe2e937c14c21c91bb (patch) | |
tree | c95a243fdaa650d2d0f54a41585f28c4d43271d8 /target/linux/ramips/dts/ZBT-WG2626.dts | |
parent | 9df952742dd8002ffc4297a2600cd60bd07130dd (diff) | |
download | mtk-20170518-f51f92d7e92633620e5300fe2e937c14c21c91bb.zip mtk-20170518-f51f92d7e92633620e5300fe2e937c14c21c91bb.tar.gz mtk-20170518-f51f92d7e92633620e5300fe2e937c14c21c91bb.tar.bz2 |
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
Diffstat (limited to 'target/linux/ramips/dts/ZBT-WG2626.dts')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG2626.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ZBT-WG2626.dts b/target/linux/ramips/dts/ZBT-WG2626.dts index bab483a..b18f4c1 100644 --- a/target/linux/ramips/dts/ZBT-WG2626.dts +++ b/target/linux/ramips/dts/ZBT-WG2626.dts @@ -12,7 +12,7 @@ }; chosen { - bootargs = "console=ttyS0,57600"; + bootargs = "console=ttyS0,115200"; }; sdhci@10130000 { |