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
322 B
Batchfile
6 lines
322 B
Batchfile
setenv bootm_boot_mode sec
|
|
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_no_mali_mem_reserve sunxi_fb_mem_reserve=16 consoleblank=0 ${extra}
|
|
ext4load mmc 0 0x43000000 /boot/script.bin
|
|
ext4load mmc 0 0x48000000 /boot/zImage
|
|
bootz 0x48000000
|