Skip to content
Snippets Groups Projects
Commit f51f92d7 authored by John Crispin's avatar John Crispin
Browse files

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: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 48359
parent 9df95274
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
};
chosen {
bootargs = "console=ttyS0,57600";
bootargs = "console=ttyS0,115200";
};
sdhci@10130000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment