Re: [PATCH 4/4] boot: android: reorder the length calculation order

2024-12-16 Thread Mattijs Korpershoek
Hi Nicolas, Thank you for the patch. On mer., déc. 11, 2024 at 14:53, Nicolas Belin wrote: > Keep the same order (bootargs then kcmdline then kcmdline_extra) > for both the length calculation and the string concatenation steps. > > Signed-off-by: Nicolas Belin Reviewed-by: Mattijs Korpershoek

[PATCH 4/4] boot: android: reorder the length calculation order

2024-12-11 Thread Nicolas Belin
Keep the same order (bootargs then kcmdline then kcmdline_extra) for both the length calculation and the string concatenation steps. Signed-off-by: Nicolas Belin --- boot/image-android.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/boot/image-android.c b/boot/imag