Re: [PATCH 24/29] bootm: Simplify Android ramdisk addr in bootm_find_images()

2023-11-15 Thread Tom Rini
On Sat, Nov 11, 2023 at 05:09:09PM -0700, Simon Glass wrote: > The Android mechanism uses the loadaddr envrionment-variable to get the > load address, if none is provided. This is equivalent to > image_load_addr so use that instead, converting it to a string as > needed. > > This change will

[PATCH 24/29] bootm: Simplify Android ramdisk addr in bootm_find_images()

2023-11-11 Thread Simon Glass
The Android mechanism uses the loadaddr envrionment-variable to get the load address, if none is provided. This is equivalent to image_load_addr so use that instead, converting it to a string as needed. This change will permit passing img_addr to this function, in a future change. Signed-off-by: