]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM64: zynqmp: Use only earlycon bootargs instead of full one
authorMichal Simek <michal.simek@xilinx.com>
Tue, 16 Feb 2016 08:53:36 +0000 (09:53 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 1 Apr 2016 14:29:15 +0000 (16:29 +0200)
OF_EARLYCON_DECLARE support in uart driver read information about
console and setup via stdout-path that's why addresses and setting
doesn't need to be specified.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-ep108.dts
arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
arch/arm/dts/zynqmp-zcu102.dts

index ec2e7aa62d2e0e35565dc627b3adb3e088e970e8..6a5ebe7891688ae1fe5e23242d68fde7d9ed8ace 100644 (file)
@@ -26,7 +26,7 @@
        };
 
        chosen {
-               bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index 8863a94097bb8b6445d2f8e2f7db9e5dbc827c8f..8be2f6b555a138221ad70b8957aebc7c6f5ec43c 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index cc25c673b468f18cb413e36688d9b17e89c6a2e0..26c6de6ce53d2912254839fa0b0a3d305fb27160 100644 (file)
@@ -31,7 +31,7 @@
        };
 
        chosen {
-               bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index 084408ced55e8628e0bf4808b0a0f6d006a7a3bb..6c116a2f957c53563ebae2ac9d82fce77f58e8c2 100644 (file)
@@ -31,7 +31,7 @@
        };
 
        chosen {
-               bootargs = "earlycon=cdns,mmio,0xff000000,115200n8";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };