OSDN Git Service

nios2: add earlycon support to 3c120 devboard DTS
authorTobias Klauser <tklauser@distanz.ch>
Tue, 20 Jun 2017 07:43:18 +0000 (09:43 +0200)
committerLey Foon Tan <ley.foon.tan@intel.com>
Fri, 15 Sep 2017 12:30:52 +0000 (20:30 +0800)
Allow earlycon to be used on the JTAG UART present in the 3c120 GHRD.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
arch/nios2/boot/dts/3c120_devboard.dts

index 31c51f9..36ccdf0 100644 (file)
        };
 
        chosen {
-               bootargs = "debug console=ttyJ0,115200";
+               bootargs = "debug earlycon console=ttyJ0,115200";
+               stdout-path = &jtag_uart;
        };
 };