[U-Boot] initrd_high

Scott Wood scottwood at freescale.com
Mon Jan 3 22:29:04 CET 2011


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



More information about the U-Boot mailing list