mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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>
This commit is contained in:
parent
29b921b86c
commit
97294a48c7
1 changed files with 1 additions and 1 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue