commit | d7cef83e5969014fb5e20dc9cfd7c0df2c769c60 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 02 08:46:27 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri May 30 09:49:32 2025 +0100 |
tree | c747f676d09bc5838476b82cd30f613163d1529b | |
parent | a2b78050348bec43f9fe907b91424420ca72b7ca [diff] |
expo: Split bootflow_menu_run() into two pieces Split the starting piece of this function into bootflow_menu_start() and the polling part into bootflow_menu_poll() so that it is possible for the caller to be in control of the event loop. Move the expo_destroy() call into the caller. Signed-off-by: Simon Glass <sjg@chromium.org>