jh71x0: add new target for StarFive JH7100/7110 SoC
[openwrt/staging/wigyori.git] / target / linux / jh71x0 / image / mmc.bootscript.jh7100
diff --git a/target/linux/jh71x0/image/mmc.bootscript.jh7100 b/target/linux/jh71x0/image/mmc.bootscript.jh7100
new file mode 100644 (file)
index 0000000..a6f19ae
--- /dev/null
@@ -0,0 +1,4 @@
+fatload mmc 0:3 0x84000000 Image
+fatload mmc 0:3 0x88000000 dtb
+setenv bootargs "earlyprintk console=ttyS0,115200 debug rootwait earlycon=sbi root=/dev/mmcblk0p4"
+booti 0x84000000 - 0x88000000