Re: [PATCH v3 4/8] cmd: gpt: Add gpt_partition_bootable variable

2023-08-25 Thread Simon Glass
On Fri, 25 Aug 2023 at 13:38, Joshua Watt wrote: > > Adds an additional variable called gpt_partition_bootable that indicates > if the given partition is bootable or not. > > Signed-off-by: Joshua Watt > --- > cmd/gpt.c | 9 +++-- > doc/usage/cmd/gpt.rst | 3 +++ > test

[PATCH v3 4/8] cmd: gpt: Add gpt_partition_bootable variable

2023-08-25 Thread Joshua Watt
Adds an additional variable called gpt_partition_bootable that indicates if the given partition is bootable or not. Signed-off-by: Joshua Watt --- cmd/gpt.c | 9 +++-- doc/usage/cmd/gpt.rst | 3 +++ test/py/tests/test_gpt.py | 33 + 3 fil