From d8dde8c5178eba8c847dd48e7d06e6663ba1979f Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 4 Jan 2017 21:53:22 +0100 Subject: lantiq: fix console print The boot loader of many boards provides a kernel boot argument with a broken console parameter to the kernel. This will be taken before the stdout-path defined in device tree and the serial will not work on this board. Multiple boards are affected by this problem, so revert this patch for all boards. Later we can remove the boot arguments from the device tree again, after the individual board was checked to work. This partly reverts this commit: commit 4995c64857a09c4cc92238ba0bd52cdb06c4c581 Author: Martin Blumenstingl Date: Sun Dec 11 21:55:00 2016 +0100 lantiq: specify console using stdout-path instead of cmdline argument Signed-off-by: Hauke Mehrtens --- target/linux/lantiq/dts/EASY80920.dtsi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/lantiq/dts/EASY80920.dtsi') diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi index 8e15ca89a2..aa646c8746 100644 --- a/target/linux/lantiq/dts/EASY80920.dtsi +++ b/target/linux/lantiq/dts/EASY80920.dtsi @@ -3,6 +3,10 @@ #include / { + chosen { + bootargs = "console=ttyLTQ0,115200"; + }; + aliases { led-boot = &power; led-failsafe = &power; -- cgit v1.2.3