commit | d90f94fb629cf0b311d08bf93c5cefc40ec22a74 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:19 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | fe4c542fe9f8cf4815c11de0d886f067db13e276 | |
parent | 50fa2fe9615cf46d15df4197e18b49d8b374838d [diff] |
bootm: Rename do_bootm_states() to bootm_run_states() Rename the function to bootm_run_states() to better indicate ts purpose. The 'do_' prefix is used to indicate a command processor, which this is now not. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>