Create boot-lime2.next

This commit is contained in:
Igor Pečovnik 2014-11-19 12:38:17 +01:00
parent e140d07125
commit b582373110

5
config/boot-lime2.next Normal file
View file

@ -0,0 +1,5 @@
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p1 rootwait panic=10
ext4load mmc 0 0x46000000 /boot/uImage
ext4load mmc 0 0x49000000 /boot/dtbs/sun7i-a20-olinuxino-lime2.dtb
env set fdt_high ffffffff
bootm 0x46000000 - 0x49000000