sunxi: boot changes - Added uEnv.txt to facilitate automatic boot. - Cosmetic fix in u-boot Makefile - Don't force command line arguments
Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 39438master
parent
6ae1433ab9
commit
16cbe62e9c
@ -0,0 +1,5 @@ |
||||
fdt_high=ffffffff |
||||
loadkernel=fatload mmc 0 0x46000000 uImage |
||||
loaddtb=fatload mmc 0 0x49000000 dtb |
||||
bootargs=console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait |
||||
uenvcmd=run loadkernel && run loaddtb && bootm 0x46000000 - 0x49000000 |
Loading…
Reference in new issue