diff --git a/boot/arm/odroid-u2-x2/boot.scr b/boot/arm/odroid-u2-x2/boot.scr index c8d331b..2fab65d 100644 Binary files a/boot/arm/odroid-u2-x2/boot.scr and b/boot/arm/odroid-u2-x2/boot.scr differ diff --git a/boot/arm/odroid-u2-x2/boot.txt b/boot/arm/odroid-u2-x2/boot.txt index 1d27acf..9215a33 100644 --- a/boot/arm/odroid-u2-x2/boot.txt +++ b/boot/arm/odroid-u2-x2/boot.txt @@ -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