mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-05 00:18:10 +07:00
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 <tklauser@distanz.ch>
This commit is contained in:
parent
569dbb88e8
commit
8993d5e466
@ -159,6 +159,7 @@ partition@800000 {
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "debug console=ttyJ0,115200";
|
||||
bootargs = "debug earlycon console=ttyJ0,115200";
|
||||
stdout-path = &jtag_uart;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user