Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
af99182c
"vscode:/vscode.git/clone" did not exist on "7055b92c373691e299c0873274e9e1c0e96e121f"
Commit
af99182c
authored
Jan 28, 2021
by
André Przywara
Committed by
TrustedFirmware Code Review
Jan 28, 2021
Browse files
Merge "fdts: Fix stdout-path in various platforms" into integration
parents
42ea70e8
fcb0ea19
Changes
3
Hide whitespace changes
Inline
Side-by-side
fdts/morello-fvp.dts
View file @
af99182c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
/ {
/ {
chosen {
chosen {
stdout-path = "s
oc_uart
0:115200n8";
stdout-path = "s
erial
0:115200n8";
};
};
reserved-memory {
reserved-memory {
...
...
fdts/n1sdp-single-chip.dts
View file @
af99182c
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
};
};
chosen
{
chosen
{
stdout
-
path
=
"s
oc_uart
0:115200n8"
;
stdout
-
path
=
"s
erial
0:115200n8"
;
};
};
/*
This
configuration
assumes
that
standard
setup
with
two
DIMM
modules
.
/*
This
configuration
assumes
that
standard
setup
with
two
DIMM
modules
.
...
...
fdts/tc0.dts
View file @
af99182c
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
};
};
chosen {
chosen {
stdout-path = "s
oc_uart
0:115200n8";
stdout-path = "s
erial
0:115200n8";
};
};
cpus {
cpus {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment