65e39a1af58d8edb31afe95ef7eba891595f8169
[openwrt/staging/jogo.git] / target / linux / mvebu / image / armada-3720-db.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-db.dtb
8 load mmc 0:1 ${kernel_addr} Image
9
10 booti ${kernel_addr} - ${fdt_addr}