Commit 9b28a5de57e2d733743760bbacd346198717c48c

Authored by Michal Simek
1 parent 858a508f49

arm64: zynqmp: Use only earlycon bootargs instead of full one

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 <michal.simek@xilinx.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
... ... @@ -28,7 +28,7 @@
28 28 };
29 29  
30 30 chosen {
31   - bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
  31 + bootargs = "earlycon";
32 32 stdout-path = "serial0:115200n8";
33 33 };
34 34