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