]> git.dujemihanovic.xyz Git - u-boot.git/commit
part: Add a fallback for part_get_bootable()
authorSimon Glass <sjg@chromium.org>
Thu, 24 Aug 2023 19:55:42 +0000 (13:55 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 25 Aug 2023 21:55:19 +0000 (17:55 -0400)
commitf55aa4454ac315247986aec162e064674952a7ae
tree1bb08edac6a4d86229e9eee3ac84455778ca1534
parentd08db02d2d3d5ccf365e423b0c3dfb6fe311abd6
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>
include/part.h