diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 08:50:09 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:16:12 +0100 |
commit | aac22dd8f78ea9df3794c123a73c17bdbc94b7f9 (patch) | |
tree | e8a6ecfe66e9a6817436f14f8f948be96e7b3e90 /arch/arm/boot/dts | |
parent | e0dced3a8ef9979b0495c77e6b1107e39a4b72f9 (diff) | |
download | linux-stable-aac22dd8f78ea9df3794c123a73c17bdbc94b7f9.tar.gz linux-stable-aac22dd8f78ea9df3794c123a73c17bdbc94b7f9.tar.bz2 linux-stable-aac22dd8f78ea9df3794c123a73c17bdbc94b7f9.zip |
ARM: shmobile: kzm9g-reference: Remove early_printk from command line
As early printk is not supported when devices are initialised
using DT, so remove it from the command line.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 0b7324706ea24489a0ddcbd9d472e232520aad80)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts index a99171c8a782..838f93e44452 100644 --- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts +++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts @@ -35,7 +35,7 @@ }; chosen { - bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200 rw"; + bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel rw"; }; memory { |