diff options
Diffstat (limited to 'target/linux/mvebu/image/cfpro-boot.script')
-rw-r--r-- | target/linux/mvebu/image/cfpro-boot.script | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/cfpro-boot.script b/target/linux/mvebu/image/cfpro-boot.script new file mode 100644 index 0000000000..6f7653bace --- /dev/null +++ b/target/linux/mvebu/image/cfpro-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-pro.dtb + +bootz 0x02000000 - 0x05F00000 |