Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07bf429d authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: Use earlycon instead of earlyprintk



Use early console instead of earlyprintk which is supposed to use for
very early debugging (DEBUG_LL).

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

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

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

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

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

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

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

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