summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/image/boot.script
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/image/boot.script')
-rw-r--r--target/linux/mvebu/image/boot.script7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/boot.script b/target/linux/mvebu/image/boot.script
new file mode 100644
index 0000000000..1ebc88bda3
--- /dev/null
+++ b/target/linux/mvebu/image/boot.script
@@ -0,0 +1,7 @@
+setenv bootargs console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootfstype=squashfs rootwait overlay=/dev/mmcblk0p3
+setenv fdt_high 0x07a12000
+
+fatload mmc 0:1 0x02000000 zImage
+fatload mmc 0:1 0x05F00000 armada-388-clearfog.dtb
+
+bootz 0x02000000 - 0x05F00000