commit | cbe01aef4435c6b1f0c129607e25e00e09f76666 | [log] [tgz] |
---|---|---|
author | Andrew Goodbody <andrew.goodbody@linaro.org> | Fri Nov 01 13:02:53 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 04 14:49:06 2024 -0600 |
tree | 280dbaeb107f035a188062000664b3d5fa0a82b1 | |
parent | c80b0efbcf7231a5cb0db7b23d0942c28b9b70a5 [diff] |
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>