瀏覽代碼

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>
Otavio Salvador 7 年之前
父節點
當前提交
97294a48c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/wandboard.h

+ 1 - 1
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" \