On 07/02/2023 05:02, Simon Glass wrote:
Hi Safae,
On Sun, 5 Feb 2023 at 16:50, Safae Ouajih <[email protected]> wrote:
Move from andr_boot_img_hdr_v0 to andr_image_data
structure to prepare for boot image header
version 3 and 4.
Change log?
Hi Simon,
I will make sure to include changelogs in v4.
For this patch it would be :
--
v2->v3
- Remove #ifdef directives that are not needed in v3
- Use strlcpy instead of strncpy as required by checkpatch.pl
- Fix coding style (spaces at the start of a line) in
android_image_get_second() as required by checkpatch.pl
Thank you for the review,
BRs,
Safae
Signed-off-by: Safae Ouajih <[email protected]>
---
boot/image-android.c | 121 +++++++++++++++++++++++--------------------
cmd/abootimg.c | 31 +++++------
2 files changed, 81 insertions(+), 71 deletions(-)