Author: blogic
Date: 2016-01-19 11:16:30 +0100 (Tue, 19 Jan 2016)
New Revision: 48359

Modified:
   trunk/target/linux/ramips/dts/ZBT-WG2626.dts
Log:
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 <[email protected]>

Modified: trunk/target/linux/ramips/dts/ZBT-WG2626.dts
===================================================================
--- trunk/target/linux/ramips/dts/ZBT-WG2626.dts        2016-01-19 10:16:20 UTC 
(rev 48358)
+++ trunk/target/linux/ramips/dts/ZBT-WG2626.dts        2016-01-19 10:16:30 UTC 
(rev 48359)
@@ -12,7 +12,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,57600";
+               bootargs = "console=ttyS0,115200";
        };
 
        sdhci@10130000 {
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to