
27 Jan
2023
27 Jan
'23
1:54 a.m.
Hi Safae,
On Thu, 26 Jan 2023 at 09:05, Safae Ouajih souajih@baylibre.com wrote:
Move from andr_boot_img_hdr_v0 to andr_image_data structure to prepare for boot image header version 3 and 4.
Signed-off-by: Safae Ouajih souajih@baylibre.com
boot/image-android.c | 127 ++++++++++++++++++++++++------------------- cmd/abootimg.c | 31 ++++++----- include/image.h | 2 + 3 files changed, 89 insertions(+), 71 deletions(-)
Do you need the #ifdef CONFIG_CMD_ABOOTIMG? We try to avoid adding those.
Regards, Simon