Hi Alex, On Thu, Aug 21, 2014 at 1:16 PM, Alexander Graf <[email protected]> wrote: > 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: [email protected] >> Signed-off-by: Max Filippov <[email protected]> > > 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.
Thanks for your comment. Nobody seems to need this functionality except xtensa, so I tried to solve it the least intrusive way. But sure, I can add generic translation support to uimage loader. -- Thanks. -- Max
