6d3b77e970
The files in board/olimex/a20_olinuxino_lime/ work with minimal or no modifications for the Olimex A20-OLinuXino-Micro board, whose support is going to be added in a later commit. Rename the directory to clarify it's not restricted to the Lime anymore. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 lines
222 B
Batchfile
6 lines
222 B
Batchfile
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 ${extra}
|
|
ext4load mmc 0 0x49000000 /boot/${fdtfile}
|
|
ext4load mmc 0 0x46000000 /boot/zImage
|
|
env set fdt_high ffffffff
|
|
bootz 0x46000000 - 0x49000000
|