cubieboard2-uboot: add the bootcmd file (missed in previous).

This commit is contained in:
Juan RP 2014-01-26 00:55:11 +01:00
parent 1c7d23d3a7
commit 39f0b9a6ca

View file

@ -0,0 +1,5 @@
setenv bootargs console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait panic=10 ${extra}
fatload mmc 0 0x43000000 script.bin || ext2load mmc 0 0x43000000 boot/script.bin
fatload mmc 0 0x48000000 uImage || ext2load mmc 0 0x48000000 uImage boot/uImage
bootm 0x48000000
setenv machid 0x00000f35