Browse Source
According to the DT spec, stdout-path must either start with the full path to a node, or with an alias. "soc_uart0" is neither of them, and consequently the Linux kernel complains that it cannot find the root console device when just given "earlycon" on the kernel command line: =========== [ 0.000000] OF: fdt: earlycon: stdout-path soc_uart0 not found =========== Use the already defined "serial0" alias to fix this and make "earlycon" work in Linux. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Change-Id: Ie0ddb1909160c930af3831246f0140363bc0b5dbpull/1988/head
Andre Przywara
3 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue