commit | 6d5083b001206e9b1f99de80d707b54a3f5599cb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:14:38 2023 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 14 20:04:00 2023 -0700 |
tree | 54612c886104b00a78898970b17689645f789600 | |
parent | 3ff8a9ac32c7b6d2518d66087fb9f16b02403686 [diff] |
bootstd: Add a return code to bootflow menu Return an error when the user does not select an OS, so we know whether to boot or not. Move calling of bootflow_menu_run() into a separate function so we can call it from other places. Expand the test to cover these cases. Add some documentation also, while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>