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