]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: bootm: bootm_process_cmdline_env takes flags
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Fri, 1 Nov 2024 13:02:53 +0000 (13:02 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 20:49:06 +0000 (14:49 -0600)
commit66ca6622ee9c27e54250dbccd136c0445d402001
tree280dbaeb107f035a188062000664b3d5fa0a82b1
parent8e5e64d55de9ed97875a0c1b7f293a0286d64312
test: bootm: bootm_process_cmdline_env takes flags

The function bootm_process_cmdline_env takes flags as its third
parameter, not a bool. Correct the usage by replacing 'true'
with BOOTM_CL_ALL so that the intent is clear.
A similar change was made throughtout this file in the previous
commit to the one mentioned below as being fixed.

Fixes: 4448fe8e4e7c ("bootm: Allow updating the bootargs in a buffer")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
test/bootm.c