Commit 21ad06cc authored by Michal Simek's avatar Michal Simek
Browse files

arm: zynq: Remove earlycon from bootargs



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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 1188c024
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
	};

	chosen {
		bootargs = "earlycon";
		bootargs = "";
		stdout-path = "serial0:115200n8";
	};

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
	};

	chosen {
		bootargs = "earlycon";
		bootargs = "";
		stdout-path = "serial0:115200n8";
	};

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
	};

	chosen {
		bootargs = "earlycon";
		bootargs = "";
		stdout-path = "serial0:115200n8";
	};

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
	};

	chosen {
		bootargs = "earlycon";
		bootargs = "";
		stdout-path = "serial0:115200n8";
	};