commit | bd73cac4fdc05de644d3db9b696f323262301b14 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 15 20:14:21 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 21 16:07:52 2023 -0500 |
tree | 19ce5052dff83bd388354b9848ec104cccbda5c2 | |
parent | 454746dedca103d1c95be908905534b4f74fd82b [diff] |
bootm: Create a function to run through the bootm states In quite a few places, the bootm command is used to handle a boot. We want these to be done without needing CONFIG_CMDLINE, so add a new bootm_run() function to handle this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>