]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 9efd16cb2859dbb25a40851516dc377a540e8edd..307ed201d6589607c1bd3ccd82f5a1f8fc390fb4 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 cb64209bca08cbb05b506a45a7b3e45b58a09142..e96959b2e67ada5c53bad2f49122556fb8f32c12 100644 (file)
@@ -30,7 +30,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index abf5d238ae04aa6224d5da7e0d83f67f640ec6df..be6a986bbbd80a643d612e1fad55c997194089a3 100644 (file)
@@ -30,7 +30,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index b9f2522012e8ce180b445f0d31929f32baf9be0a..7250c1eac7f9d38ec811633a41533131a2daae0f 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };
 
index 8f085b3d23cd7baaa365d6a14195c7e23e15d5c1..d9e0f3e7067113b771fa9c2bb1bdd2d0dbd50610 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlyprintk";
+               bootargs = "earlycon";
                stdout-path = "serial0:115200n8";
        };