[PATCH 1/4] image-android: Prepend/postpend default bootargs value with given bootcmd
Tom Rini
trini at konsulko.com
Tue May 20 16:43:37 CEST 2025
On Tue, May 20, 2025 at 10:25:56PM +0800, George Chan via B4 Relay wrote:
> From: George Chan <gchan9527 at gmail.com>
>
> Control how default bootargs is prepended or postpended to boot param found
> from androidboot img.
>
> Signed-off-by: George Chan <gchan9527 at gmail.com>
> ---
> boot/Kconfig | 8 ++++++++
> boot/image-android.c | 10 ++++++++--
> 2 files changed, 16 insertions(+), 2 deletions(-)
>
> diff --git a/boot/Kconfig b/boot/Kconfig
> index 30eb5b328d7..6559398cb92 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -11,6 +11,14 @@ config ANDROID_BOOT_IMAGE
> This enables support for booting images which use the Android
> image format header.
>
> +config ANDROID_BOOT_IMAGE_PREPEND_ENV_BOOTARGS
> + bool "Android Boot Image boot cmd param will prepend to env bootargs"
> + default n
The default is always n so this should be left out. Otherwise seems
fine, thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250520/ef730f6e/attachment.sig>
More information about the U-Boot
mailing list