On Fri, 25 Aug 2023 at 13:38, Joshua Watt <jpewhac...@gmail.com> wrote: > > Adds an additional variable called gpt_partition_bootable that indicates > if the given partition is bootable or not. > > Signed-off-by: Joshua Watt <jpewhac...@gmail.com> > --- > cmd/gpt.c | 9 +++++++-- > doc/usage/cmd/gpt.rst | 3 +++ > test/py/tests/test_gpt.py | 33 +++++++++++++++++++++++++++++++++ > 3 files changed, 43 insertions(+), 2 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>