projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b921b
)
wandboard: Remove hardcoded baudrate from "console" variable
author
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 11 Jun 2018 18:08:04 +0000
(15:08 -0300)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/include/configs/wandboard.h
b/include/configs/wandboard.h
index 1edd7a88270fb45e8acb7e79d9e040283d6e0c03..cb32cd11f945c6c7480016468cf70789f2c3d113 100644
(file)
--- 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" \