[PATCH v2 1/1] bootm: Fix flags used for bootargs string substitution

Tom Rini trini at konsulko.com
Wed Dec 20 22:01:54 CET 2023


On Fri, Nov 24, 2023 at 05:30:46PM +0100, Piotr Kubik wrote:

> Commit 51bb33846ad2 ("bootm: Support string substitution in
> bootargs") introduced a feature of bootargs string substitution
> and changed a flag used in bootm_process_cmdline_env() call
> to be either true or false. With this flag value,
> condition in bootm_process_cmdline()
> `if (flags & BOOTM_CL_SUBST)` is never true
> and process_subst() is never called.
> 
> Add a simple test to verify if substitution works OK.
> 
> Signed-off-by: Piotr Kubik <piotr.kubik at iopsys.eu>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/next, 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/20231220/1fb2aaa4/attachment.sig>


More information about the U-Boot mailing list