mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
feat(fvp): fdts: add stdout-path to the Foundation FVPs
Add an `stdout-path' property into the `chosen' node of the Foundation FVPs Devicetrees. This gives a default console to the Linux kernel when "console=" is not specified on the kernel command line, which is useful when booting with U-Boot in UEFI for example. Change-Id: I27d5f7f9416bd42b7401b1a57ae64bfee2524204 Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
This commit is contained in:
parent
dafa718bc9
commit
2faccaba80
2 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,9 @@
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
chosen { };
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
aliases {
|
||||
serial0 = &v2m_serial0;
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
chosen { };
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
|
||||
aliases {
|
||||
serial0 = &v2m_serial0;
|
||||
|
|
Loading…
Add table
Reference in a new issue