From: Tobias Klauser Date: Tue, 20 Jun 2017 07:43:18 +0000 (+0200) Subject: nios2: add earlycon support to 3c120 devboard DTS X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8993d5e4662b16845492c413efe82ec162bf5370;p=linux.git nios2: add earlycon support to 3c120 devboard DTS Allow earlycon to be used on the JTAG UART present in the 3c120 GHRD. Signed-off-by: Tobias Klauser --- diff --git a/arch/nios2/boot/dts/3c120_devboard.dts b/arch/nios2/boot/dts/3c120_devboard.dts index 31c51f9a2f097..36ccdf05837de 100644 --- a/arch/nios2/boot/dts/3c120_devboard.dts +++ b/arch/nios2/boot/dts/3c120_devboard.dts @@ -159,6 +159,7 @@ }; chosen { - bootargs = "debug console=ttyJ0,115200"; + bootargs = "debug earlycon console=ttyJ0,115200"; + stdout-path = &jtag_uart; }; };