On Thu, 19 Mar 2020 at 10:14, Niel Fourie <lu...@denx.de> wrote: > > Add a subcommand "types" to the part command, which lists the supported > partition table types. > > Signed-off-by: Niel Fourie <lu...@denx.de> > CC: Simon Glass <s...@chromium.org> > --- > Changes in v2: > - Add Python test > > cmd/part.c | 27 +++++++++++++++++++++++++-- > test/py/tests/test_part.py | 14 ++++++++++++++ > 2 files changed, 39 insertions(+), 2 deletions(-) > create mode 100644 test/py/tests/test_part.py
Reviewed-by: Simon Glass <s...@chromium.org>