Commit 4ce6f179 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

earlyprintk > earlycon

parent 9d4c90a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/**/
/ {
	chosen {
		bootargs = "cma=336M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootwait rootfstype=ext4";
		linux,stdout-path = "/amba@0/serial@e0000000";
		bootargs = "earlycon cma=336M root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4";
		stdout-path = "serial0:115200n8";
	};
};
+2 −2
Original line number Diff line number Diff line
/**/
/ {
	chosen {
		bootargs = "cma=336M console=ttyPS0,115200 root=ubi0:elphel393-rootfs earlyprintk rootwait rootfstype=ubifs ubi.mtd=4,2048";
		linux,stdout-path = "/amba@0/serial@e0000000";
		bootargs = "earlycon cma=336M root=ubi0:elphel393-rootfs rootwait rootfstype=ubifs ubi.mtd=4,2048";
		stdout-path = "serial0:115200n8";
	};
};
+2 −2
Original line number Diff line number Diff line
/**/
/ {
	chosen {
		bootargs = "cma=336M console=ttyPS0,115200 root=/dev/ram rw earlyprintk ramdisk_size=262144";
		linux,stdout-path = "/amba@0/serial@e0000000";
		bootargs = "earlycon cma=336M root=/dev/ram rw ramdisk_size=262144";
		stdout-path = "serial0:115200n8";
	};
};
+5 −5
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@
	} ;
	chosen {
/*		bootargs = "console=ttyPS0,115200 debug root=/dev/ram rw ip=192.168.0.9 earlyprintk ramdisk_size=262144";*/
		bootargs = "cma=128M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw earlyprintk rootwait rootfstype=ext4";
		linux,stdout-path = "/amba@0/serial@e0000000";
		bootargs = "earlycon cma=128M root=/dev/mmcblk0p2 rw rootwait rootfstype=ext4";
		stdout-path = "serial0:115200n8";
	} ;
	cpus {
		#address-cells = <1>;