From: John Crispin Date: Tue, 19 Jan 2016 10:16:30 +0000 (+0000) Subject: ramips: fix serial baudrate for final version of ZBT-WG2626 board X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f51f92d7e92633620e5300fe2e937c14c21c91bb;p=librecmc%2Flibrecmc.git 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 SVN-Revision: 48359 --- 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 {