layerscape: Change to combined rootfs on sd images
[openwrt/openwrt.git] / package / boot / uboot-layerscape / files / fsl_ls1021a-iot-sdboot-uEnv.txt
1 fdtaddr=0x8f000000
2 loadaddr=0x81000000
3 fdt_high=0x8fffffff
4 initrd_high=0xffffffff
5 sd_boot=ext4load mmc 0:1 $loadaddr fitImage;bootm $loadaddr
6 bootargs=root=/dev/mmcblk0p2 rw rootwait rootfstype=squashfs,f2fs noinitrd earlycon=uart8250,mmio,0x21c0500 console=ttyS0,115200
7 bootcmd=echo starting openwrt ...;run sd_boot
8 bootdelay=3