summaryrefslogtreecommitdiff
path: root/include/configs/wandboard.h
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-06-11 21:08:04 +0300
committerStefano Babic <sbabic@denx.de>2018-06-18 17:39:43 +0300
commit97294a48c73ae16a03bce4b624334545e890e851 (patch)
tree51bdf28adbe19d643a70ac18f2cfae2161c16631 /include/configs/wandboard.h
parent29b921b86c233eca7427e8974be2a9c6888c4dfa (diff)
downloadu-boot-97294a48c73ae16a03bce4b624334545e890e851.tar.xz
wandboard: Remove hardcoded baudrate from "console" variable
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>
Diffstat (limited to 'include/configs/wandboard.h')
-rw-r--r--include/configs/wandboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 1edd7a8827..cb32cd11f9 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -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" \