On 8 October 2012 01:09, Peter Crosthwaite <peter.crosthwa...@petalogix.com> wrote: > Another completely different but workable solution is to dynamically > determine a initrd (and dtb) location. Any reason why the bootloader > can't track what memory real estate is in use by what pieces and just > pick a piece of vacant real estate big enough for the dtb or initrd?
The trouble is that the common case is a zImage and there's no way to tell how big the zImage will be when uncompressed. -- PMM