The code comment in boot_ramdisk_high() says that initrd relocation can be disabled by setting initrd_high to zero or a string such as "no". However, the README says that a value of 0xffffffff disables it (technically ~(ulong)0, causing a UI difference if there's ever a 64-bit U-Boot), and this is what is implemented. Which is intended? -Scott