Skip to content

Commit

Permalink
nios2: add earlycon support to 3c120 devboard DTS
Browse files Browse the repository at this point in the history
Allow earlycon to be used on the JTAG UART present in the 3c120 GHRD.

Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser authored and Ley Foon Tan committed Sep 15, 2017
1 parent 569dbb8 commit 8993d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/nios2/boot/dts/3c120_devboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
};

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

0 comments on commit 8993d5e

Please sign in to comment.