starfive: add new target for StarFive JH7100/7110 SoC
[openwrt/staging/981213.git] / target / linux / starfive / image / mmc.bootscript.jh7110
1 fatload mmc 1:3 0xa0000000 Image
2 fatload mmc 1:3 0x46000000 dtb
3 run chipa_set_linux
4 setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk1p4"
5 booti 0xa0000000 - 0x46000000