ARM: zynq: Use earlycon instead of earlyprintk
authorMichal Simek <michal.simek@xilinx.com>
Mon, 15 Feb 2016 15:36:11 +0000 (16:36 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 25 Feb 2016 13:01:34 +0000 (14:01 +0100)
Use early console instead of earlyprintk which is supposed to use for
very early debugging (DEBUG_LL).

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-parallella.dts
arch/arm/boot/dts/zynq-zc702.dts
arch/arm/boot/dts/zynq-zc706.dts
arch/arm/boot/dts/zynq-zed.dts
arch/arm/boot/dts/zynq-zybo.dts

index 9efd16c..307ed20 100644 (file)
@@ -34,7 +34,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
+               bootargs = "earlycon root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
                stdout-path = "serial0:115200n8";
        };
 };
index cb64209..e96959b 100644 (file)
@@ -30,7 +30,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index abf5d23..be6a986 100644 (file)
@@ -30,7 +30,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index b9f2522..7250c1e 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index 8f085b3..d9e0f3e 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };