Commit fcb0ea19 authored by Nikos Nikoleris's avatar Nikos Nikoleris Committed by Andre Przywara
Browse files

fdts: Fix stdout-path in various platforms



The value of stdout-path is a string and as a result, we can't use a
label as a reference to the serial0 node. This change fixes the
stdout-path property for N1SDP, Morello and TC0 by pointing to the
right alias.
Signed-off-by: default avatarNikos Nikoleris <nikos.nikoleris@arm.com>
Change-Id: I3d403389a424569be56327fab4140fec06f96d37
parent 337e4933
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/ { / {
chosen { chosen {
stdout-path = "soc_uart0:115200n8"; stdout-path = "serial0:115200n8";
}; };
reserved-memory { reserved-memory {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
}; };
chosen { chosen {
stdout-path = "soc_uart0:115200n8"; stdout-path = "serial0:115200n8";
}; };
/* This configuration assumes that standard setup with two DIMM modules. /* This configuration assumes that standard setup with two DIMM modules.
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
}; };
chosen { chosen {
stdout-path = "soc_uart0:115200n8"; stdout-path = "serial0:115200n8";
}; };
cpus { cpus {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment