commit | 46aee252aff82e05f9d8adfd8565c453ed013bff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 18 14:05:13 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 11:51:24 2023 -0500 |
tree | 767d533d97b63b6288a299fb52099e7f88edb344 | |
parent | 96456285c28138999c095dd64a259bdc6c98ec8b [diff] |
bootm: Simplify Android ramdisk addr in bootm_find_images() 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: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>