On 12.08.14 06:22, Max Filippov wrote: > load_uimage_at loads kernel image at the specified address instead of > the address recorded in the uImage header. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Max Filippov <jcmvb...@gmail.com>
Please check out load_elf() and friends. The way we usually handle these things is by providing a special translate_fn function callback that adds the offset. Alex