diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-03-14 18:22:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 19:29:53 +0100 |
commit | dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9 (patch) | |
tree | 18c35b6bc98e6c33b1c6c4a5b82f26ee8e983fd2 /arch/arm/boot/dts/stih410-b2120.dts | |
parent | 65d9982d7e523a1a8e7c9af012da0d166f72fc56 (diff) | |
download | blackbird-obmc-linux-dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9.tar.gz blackbird-obmc-linux-dbb3fb45edfff70ac62e5b841a8da634f7e3c1d9.zip |
ARM: dts: STi: Remove "console=ttyASN" from bootargs for STi boards
As serial interface is already specified into stdout-path property,
"console=ttyASN,115200" from bootargs can be removed.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2120.dts')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2120.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts index a6f00a6687a9..6c6b4cc37e97 100644 --- a/arch/arm/boot/dts/stih410-b2120.dts +++ b/arch/arm/boot/dts/stih410-b2120.dts @@ -14,7 +14,7 @@ compatible = "st,stih410-b2120", "st,stih410"; chosen { - bootargs = "console=ttyAS0,115200 clk_ignore_unused"; + bootargs = "clk_ignore_unused"; linux,stdout-path = &sbc_serial0; }; |