commit | 1e7f447ab28138adf76aa85e1713af7e18643221 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 24 13:55:42 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 25 17:55:19 2023 -0400 |
tree | 1bb08edac6a4d86229e9eee3ac84455778ca1534 | |
parent | fff928ca15a50d9f6ef097c2283d390d622140ed [diff] |
part: Add a fallback for part_get_bootable() This function can be called when partition support is disabled. Add a static inline to handle this. Signed-off-by: Simon Glass <sjg@chromium.org>