commit | 174bf561363549377541ba9f8cb2fbc49135caad | [log] [tgz] |
---|---|---|
author | Safae Ouajih <souajih@baylibre.com> | Mon Feb 06 00:50:12 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 07 12:30:45 2023 -0500 |
tree | e564d55341772d8cf0b269bdb60d6b338ae46bc7 | |
parent | 23a956dc1f36dc20679f74fbd06d0031f561f234 [diff] |
android: boot: update android_image_get_data to support v3, v4 Since boot image header version 3 and 4 introduced vendor boot image, use the following functions to fill the generic android structure : andr_image_data: - android_boot_image_v3_v4_parse_hdr() - android_vendor_boot_image_v3_v4_parse_hdr() Update android_image_get_data() to support v3 and v4 Signed-off-by: Safae Ouajih <souajih@baylibre.com> Reviewed-by: Simon Glass <sjg@chromium.org>