ramips: fix serial baudrate for final version of ZBT-WG2626 board
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 19 Jan 2016 10:16:30 +0000 (10:16 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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 <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48359 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/dts/ZBT-WG2626.dts

index bab483a..b18f4c1 100644 (file)
@@ -12,7 +12,7 @@
        };
 
        chosen {
-               bootargs = "console=ttyS0,57600";
+               bootargs = "console=ttyS0,115200";
        };
 
        sdhci@10130000 {