diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-04 21:53:22 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-05 23:10:44 +0100 |
commit | d8dde8c5178eba8c847dd48e7d06e6663ba1979f (patch) | |
tree | 8f32ee8e4f252b9db9738dcc5135b1c70e560e8e /target/linux/lantiq/dts/VGV7519.dtsi | |
parent | b7e8de67e07ec506fdcbd4cf1cc32a3c99191c64 (diff) | |
download | upstream-d8dde8c5178eba8c847dd48e7d06e6663ba1979f.tar.gz upstream-d8dde8c5178eba8c847dd48e7d06e6663ba1979f.tar.bz2 upstream-d8dde8c5178eba8c847dd48e7d06e6663ba1979f.zip |
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 <martin.blumenstingl@googlemail.com>
Date: Sun Dec 11 21:55:00 2016 +0100
lantiq: specify console using stdout-path instead of cmdline argument
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts/VGV7519.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index fbb5ec4b5e..9080d8d997 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -4,7 +4,7 @@ / { chosen { - bootargs = "mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1"; + bootargs = "console=ttyLTQ0,115200 mem=62M vpe1_load_addr=0x83e00000 vpe1_mem=2M maxvpes=1 maxtcs=1"; }; aliases { |