]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: android: fix extra command line support
authorNicolas Belin <nbelin@baylibre.com>
Tue, 17 Dec 2024 13:29:08 +0000 (14:29 +0100)
committerMattijs Korpershoek <mkorpershoek@baylibre.com>
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 <mkorpershoek@baylibre.com>
Signed-off-by: Nicolas Belin <nbelin@baylibre.com>
Link: https://lore.kernel.org/r/20241217-fix-bootargs-concatenation-v2-1-b2fd7cf4e130@baylibre.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-android.c