[boot] add Odroid boot.scr and txt

This commit is contained in:
Fabio Erculiani
2013-05-20 17:07:39 +02:00
parent 9cfe87c019
commit a62bae0df4
2 changed files with 6 additions and 0 deletions
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv bootcmd "fatload mmc 0:1 0x40008000 uImage; bootm 0x40008000"
setenv bootargs "root=/dev/mmcblk0p2 rootwait ro mem=2047M"
boot