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