bootargs-mmc.dtsi 197 Bytes
Newer Older
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
1 2 3
/**/
/ {
	chosen {
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
4
		bootargs = "cma=336M console=ttyPS0,115200 root=/dev/mmcblk0p2 rw ip=192.168.0.8 earlyprintk rootwait rootfstype=ext4";
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
5 6 7
		linux,stdout-path = "/amba@0/serial@e0000000";
	};
};