Piotr Kubik 7481632b19 bootm: Fix flags used for bootargs string substitution
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@iopsys.eu>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-12-20 10:46:54 -05:00
..
2022-12-31 13:35:19 -05:00
2023-11-29 09:32:15 -05:00
2020-10-14 11:16:34 -04:00
2022-10-31 11:04:00 -04:00
2022-05-02 09:58:13 -04:00
2022-03-02 10:28:12 -05:00