From: Michal Simek <michal.simek@xilinx.com>
Date: Mon, 27 Feb 2017 07:11:38 +0000 (+0100)
Subject: arm64: zynqmp: Use only earlycon bootargs instead of full one
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9b28a5de57e2d733743760bbacd346198717c48c;p=project%2Fbcm63xx%2Fu-boot.git

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>
---

diff --git a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
index fbf281ed53..f3020a5760 100644
--- 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";
 	};