Commit af99182c authored by André Przywara's avatar André Przywara Committed by TrustedFirmware Code Review
Browse files

Merge "fdts: Fix stdout-path in various platforms" into integration

parents 42ea70e8 fcb0ea19
...@@ -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