]> Git Repo - u-boot.git/commit
boot: android: fix extra command line support
authorNicolas Belin <[email protected]>
Tue, 17 Dec 2024 13:29:08 +0000 (14:29 +0100)
committerMattijs Korpershoek <[email protected]>
Wed, 18 Dec 2024 13:04:23 +0000 (14:04 +0100)
commit53a0ddb6d3bed9f9607af79934a7625299c36793
tree818d460a9303f42182568a9b6ab5dea08cf4b52b
parent25fb58e88aba0c4af0af554d7b141be3f2e5e0b5
boot: android: fix extra command line support

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")
Reviewed-by: Mattijs Korpershoek <[email protected]>
Signed-off-by: Nicolas Belin <[email protected]>
Link: https://lore.kernel.org/r/20241217-fix-bootargs-concatenation-v2-1-b2fd7cf4e130@baylibre.com
Signed-off-by: Mattijs Korpershoek <[email protected]>
boot/image-android.c
This page took 0.032033 seconds and 4 git commands to generate.