commit | a50b6dde9ce15dcc51aedaa3bf929d9d41fdff21 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 05 10:33:40 2020 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 04 16:09:26 2020 -0500 |
tree | 4388177afffd62d56b9d1c2a4a99313e7e216386 | |
parent | 2eab0174964a69e98bb769bdb13b165b35767b76 [diff] |
bootm: Rename fixup_silent_linux() We want to add more processing to this function. Before doing so, rename it to bootm_process_cmdline_env(), which is more generic. Signed-off-by: Simon Glass <sjg@chromium.org>