diff options
author | Otavio Salvador | 2018-06-11 15:08:04 -0300 |
---|---|---|
committer | Stefano Babic | 2018-06-18 16:39:43 +0200 |
commit | 97294a48c73ae16a03bce4b624334545e890e851 (patch) | |
tree | 51bdf28adbe19d643a70ac18f2cfae2161c16631 /include/configs/wandboard.h | |
parent | 29b921b86c233eca7427e8974be2a9c6888c4dfa (diff) |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 1edd7a88270..cb32cd11f94 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" \ |