projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858a508
)
arm64: zynqmp: Use only earlycon bootargs instead of full one
author
Michal Simek
<
[email protected]
>
Mon, 27 Feb 2017 07:11:38 +0000
(08:11 +0100)
committer
Michal Simek
<
[email protected]
>
Thu, 14 Dec 2017 19:08:38 +0000
(20:08 +0100)
This is the same patch as was done earlier.
Please look at Linux patch:
"arm64: zynqmp: Use only earlycon bootargs instead of full one"
(sha1:
f3609c8d4af28b9cc22ca49bf8e529b582ec188c
)
Signed-off-by: Michal Simek <
[email protected]
>
arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
index fbf281ed53d6bd48e16da70e53997c554bfb1ab1..f3020a57600a26ea6e398157f479827e56b8b872 100644
(file)
--- a/
arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
+++ b/
arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
@@
-28,7
+28,7
@@
};
chosen {
- bootargs = "earlycon
=cdns,mmio,0xff000000,115200n8
";
+ bootargs = "earlycon";
stdout-path = "serial0:115200n8";
};