commit | e176bb1d8ae6b85206b038685cab0a66a5ff585d | [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 | 43e88a68b8da737740859ca6431686823a6b010d [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>