arm: zynq: Remove earlycon from bootargs
authorMichal Simek <michal.simek@xilinx.com>
Tue, 16 Feb 2016 08:49:27 +0000 (09:49 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 21 Aug 2017 11:54:42 +0000 (13:54 +0200)
Earlyconsole is used for early kernel debugging that's why this option
shouldn't be enabled by default.
Earlyconsole is partially copying the part of the bootlog after
"bootconsole [uart0] disabled".

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 77f6f10bf6852835e4e6db1326e075305befb03a..0144acfa97936e1c829c539d6c148df3d423ce3d 100644 (file)
@@ -34,7 +34,7 @@
        };
 
        chosen {
-               bootargs = "earlycon root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
+               bootargs = "root=/dev/mmcblk0p2 rootfstype=ext4 rw rootwait";
                stdout-path = "serial0:115200n8";
        };
 };
index a096275d903d88a4d4f8114ec4e6a89db17251ea..34e8277fce0d36a875cccb1278a9c016236b53d0 100644 (file)
@@ -30,7 +30,7 @@
        };
 
        chosen {
-               bootargs = "earlycon";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
index 689ec9d6f7b952537784c44e2c3ed0fac1e06d76..7ebc8c5ae39dce63ce99add3fea8e4eea121d924 100644 (file)
@@ -30,7 +30,7 @@
        };
 
        chosen {
-               bootargs = "earlycon";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
index c6a5749c89303be757833c881f7b8f12ea6dc6bd..5e44dc12fd60a5d00a622d079e6776d100de05dd 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlycon";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };
 
index 8b42fb199a8e40a0d364eebd5596b0f864e435fc..e40cafc5ee5b638c7371709d51241bc5d8a1c5fe 100644 (file)
@@ -29,7 +29,7 @@
        };
 
        chosen {
-               bootargs = "earlycon";
+               bootargs = "";
                stdout-path = "serial0:115200n8";
        };