Re: [PATCH 1/4] boot: android: fix extra command line support

2024-12-15 Thread Mattijs Korpershoek
Hi Nicolas, Thank you for the patch. On mer., déc. 11, 2024 at 14:53, Nicolas Belin wrote: > Check that the value at the address kcmdline_extra is not 0 > instead of checking the address value itself keeping it > consistent with what is done for kcmdline. > > Fixes: b36b227b ("android: boot: su

[PATCH 1/4] boot: android: fix extra command line support

2024-12-11 Thread Nicolas Belin
Check that the value at the address kcmdline_extra is not 0 instead of checking the address value itself keeping it consistent with what is done for kcmdline. Fixes: b36b227b ("android: boot: support extra command line") Signed-off-by: Nicolas Belin --- boot/image-android.c | 4 ++-- 1 file chan