diff options
author | Wei Xu <xuwei5@hisilicon.com> | 2015-09-25 20:22:35 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2015-10-09 19:05:57 +0300 |
commit | 14317946d1da07424dec5d6be3459c393bdf578d (patch) | |
tree | 5b0d68088d8a403a8ee07ec9086faea13b1ac4e3 /arch/arm/boot/dts/hisi-x5hd2-dkb.dts | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | linux-14317946d1da07424dec5d6be3459c393bdf578d.tar.xz |
ARM: hisilicon: DT: Drop console= and earlyprintk bootargs parameter
Replace console with stdout-path so that we don't have to put the
console on the kernel command line.
Remove earlyprintk to allow the kernel to boot on a system even
if DEBUG_LL is configured for another system.
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/boot/dts/hisi-x5hd2-dkb.dts')
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2-dkb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2-dkb.dts b/arch/arm/boot/dts/hisi-x5hd2-dkb.dts index 721b09238f58..d13af8437d10 100644 --- a/arch/arm/boot/dts/hisi-x5hd2-dkb.dts +++ b/arch/arm/boot/dts/hisi-x5hd2-dkb.dts @@ -15,7 +15,7 @@ compatible = "hisilicon,hix5hd2"; chosen { - bootargs = "console=ttyAMA0,115200 earlyprintk"; + stdout-path = "serial0:115200n8"; }; cpus { |