commit | 63660dcb132a3622a68beb5f5122e13f922cd954 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 05 10:33:44 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:26 2020 -0500 |
tree | fdd847df8fa0cc2a019dced609c214f68a21d015 | |
parent | c38406ec25dc683c01b03bdfa1d2dbf1c04e6fef [diff] |
bootm: Update bootm_process_cmdline_env() to use flags At present only one transformation is supported: making the Linux console silent. To prepare for adding more, convert the boolean parameter into a flag value. Signed-off-by: Simon Glass <sjg@chromium.org>