On Fri, 14 Nov 2025 at 08:28, Guillaume La Roque (TI.com) <[email protected]> wrote: > > Use map_to_sysmem() to convert header pointers to physical addresses > in parse_hdr functions, and add proper map_sysmem()/unmap_sysmem() > calls in android_image_get_data() for sandbox compatibility. > > Reviewed-by: Mattijs Korpershoek <[email protected]> > Signed-off-by: Guillaume La Roque (TI.com) <[email protected]> > --- > boot/image-android.c | 41 ++++++++++++++++++++++++++++------------- > 1 file changed, 28 insertions(+), 13 deletions(-)
Reviewed-by: Simon Glass <[email protected]> It is sometimes easier to do this in the caller and have the function just take a pointer.

