72c653367d
Group files for board licheepi_zero under the existing manufacturer directory, like all the other boards by Sipeed. Signed-off-by: Francois Dugast <francois.dugast.foss@gmail.com> [yann.morin.1998@free.fr: use the manufacturer sub-dir] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
5 lines
220 B
Batchfile
5 lines
220 B
Batchfile
setenv bootargs console=ttyS0,115200 panic=5 console=tty0 rootwait root=/dev/mmcblk0p2 earlyprintk rw
|
|
load mmc 0:1 0x41000000 zImage
|
|
load mmc 0:1 0x41800000 sun8i-v3s-licheepi-zero-dock.dtb
|
|
bootz 0x41000000 - 0x41800000
|