layerscape: add LX2160ARDB (Rev2.0 silicon) board support
[openwrt/staging/chunkeey.git] / package / boot / uboot-layerscape / files / fsl_lx2160a-rdb-sdboot-uEnv.txt
1 fdtaddr=0x8f000000
2 loadaddr=0x81000000
3 bootm_size=0x10000000
4 hwconfig=fsl_ddr:bank_intlv=auto
5 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
6 sd_boot=ext4load mmc 0:1 ${loadaddr} fitImage;bootm ${loadaddr}
7 bootargs=root=/dev/mmcblk0p2 rw rootwait rootfstype=squashfs,f2fs noinitrd earlycon=pl011,mmio32,0x21c0000 console=ttyAMA0,115200
8 bootcmd=echo starting openwrt ...;run mc_init;run sd_boot
9 bootdelay=3