Update Odroid X2/U2 boot script, add initramfs support

This commit is contained in:
Fabio Erculiani
2013-06-02 12:05:06 +02:00
parent 0031ca3599
commit 2383146ae7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
setenv initrd_high "0xffffffff"
setenv fdt_high "0xffffffff"
setenv bootcmd "fatload mmc 0:1 0x40008000 uImage; bootm 0x40008000"
setenv bootcmd "fatload mmc 0:1 0x40008000 uImage; fatload mmc 0:1 0x48000000 uInitrd; bootm 0x40008000 0x48000000"
setenv bootargs "root=/dev/mmcblk0p2 rootwait ro mem=2047M"
boot