mvebu: new subtarget cortex A53
[openwrt/staging/dedeckeh.git] / target / linux / mvebu / image / globalscale-espressobin.bootscript
1 setenv bootargs "root=PARTUUID=@ROOT@-02 rw rootwait"
2
3 if test -n "${console}"; then
4 setenv bootargs "${bootargs} ${console}"
5 fi
6
7 load mmc 0:1 ${fdt_addr} armada-3720-espressobin.dtb
8 load mmc 0:1 ${kernel_addr} Image
9
10 booti ${kernel_addr} - ${fdt_addr}