Commit 6c6ec8be authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

fixed VID header offset to 512 from 2048 (old driver could only work with pages)

parent 28b696a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
/**/
/**/
/ {
/ {
	chosen {
	chosen {
		bootargs = "earlycon cma=336M root=ubi0:elphel393-rootfs rootwait rootfstype=ubifs ubi.mtd=4,2048";
		bootargs = "earlycon cma=336M root=ubi0:elphel393-rootfs rootwait rootfstype=ubifs ubi.mtd=4,512";
		stdout-path = "serial0:115200n8";
		stdout-path = "serial0:115200n8";
	};
	};
};
};