aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-19 10:16:30 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-19 10:16:30 +0000
commita988dbf082e3bfef71ff136d81b3311929ffe97f (patch)
tree1da94db33aabb777c23f0706d2b637e2a539787d
parent2c8e9015ea482ff1fa86bb517d7cb6ebf472c978 (diff)
downloadmaster-187ad058-a988dbf082e3bfef71ff136d81b3311929ffe97f.tar.gz
master-187ad058-a988dbf082e3bfef71ff136d81b3311929ffe97f.tar.bz2
master-187ad058-a988dbf082e3bfef71ff136d81b3311929ffe97f.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48359 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/ZBT-WG2626.dts2
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 bab483a8d0..b18f4c1db8 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 {