Commit 2303553f authored by Maxime Coquelin's avatar Maxime Coquelin
Browse files

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: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarMaxime Coquelin <mcoquelin.stm32@gmail.com>
parent 83722c2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@
	compatible = "st,stm32f429i-disco", "st,stm32f429";

	chosen {
		bootargs = "console=ttyS0,115200 root=/dev/ram rdinit=/linuxrc";
		linux,stdout-path = &usart1;
		bootargs = "root=/dev/ram rdinit=/linuxrc";
		stdout-path = "serial0:115200n8";
	};

	memory {