d756c736a9
This commit renames olimex_a20_olinuxino_lime_mali to olimex_a20_olinuxino_lime_legacy, because the upstream Linux kernel now also supports using the Mali GPU. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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
|