b25e9c8ee70bed3cb6ce0b072cf30c4cb216c58b
[openwrt/openwrt.git] / package / boot / uboot-layerscape / files / fsl_ls1088a-rdb-sdboot-uEnv.txt
1 fdtaddr=0x8f000000
2 loadaddr=0x81000000
3 fdt_high=0xa0000000
4 initrd_high=0xffffffffffffffff
5 hwconfig=fsl_ddr:bank_intlv=auto
6 mc_init=mmc read 80000000 5000 1800;mmc read 80300000 7000 800;fsl_mc start mc 80000000 80300000;mmc read 80400000 6800 800;fsl_mc apply dpl 80400000
7 sd_boot=ext4load mmc 0:1 $loadaddr fitImage;bootm $loadaddr
8 bootargs=root=/dev/mmcblk0p2 rw rootwait rootfstype=squashfs,f2fs noinitrd earlycon=uart8250,mmio,0x21c0500 console=ttyS0,115200
9 bootcmd=echo starting openwrt ...;run mc_init;run sd_boot
10 bootdelay=3