Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8993d5e4 authored by Tobias Klauser's avatar Tobias Klauser Committed by Ley Foon Tan
Browse files

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: default avatarTobias Klauser <tklauser@distanz.ch>
parent 569dbb88
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -159,6 +159,7 @@
	};

	chosen {
		bootargs = "debug console=ttyJ0,115200";
		bootargs = "debug earlycon console=ttyJ0,115200";
		stdout-path = &jtag_uart;
	};
};