提交 2303553f 编写于 作者: M Maxime Coquelin

ARM: dts: Use stdout-path in STM32F429 Discovery board

This patch replaces use of linux,stdout-path by stdout-path as per
"chosen" DT bindings documentation.

Doing that, the "console" argument is no more needed in kernel command
line.
Reported-by: NOlof Johansson <olof@lixom.net>
Signed-off-by: NMaxime Coquelin <mcoquelin.stm32@gmail.com>
上级 83722c2c
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
compatible = "st,stm32f429i-disco", "st,stm32f429"; compatible = "st,stm32f429i-disco", "st,stm32f429";
chosen { chosen {
bootargs = "console=ttyS0,115200 root=/dev/ram rdinit=/linuxrc"; bootargs = "root=/dev/ram rdinit=/linuxrc";
linux,stdout-path = &usart1; stdout-path = "serial0:115200n8";
}; };
memory { memory {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册