wandboard: Remove hardcoded baudrate from "console" variable
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 11 Jun 2018 18:08:04 +0000 (15:08 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 18 Jun 2018 14:39:43 +0000 (16:39 +0200)
We should use the baudrate variable available inside U-Boot
environment to allow it to be changed dynamically.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/wandboard.h

index 1edd7a88270fb45e8acb7e79d9e040283d6e0c03..cb32cd11f945c6c7480016468cf70789f2c3d113 100644 (file)
@@ -78,7 +78,7 @@
 #endif
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
-       "console=ttymxc0,115200\0" \
+       "console=ttymxc0\0" \
        "splashpos=m,m\0" \
        "fdtfile=undefined\0" \
        "fdt_high=0xffffffff\0" \