commit | 3fa53b9531c1db5e3be42014f2004786e9511f35 | [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 | baea7ec6a63e38bd4a5815c6cafded972a91c148 [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>