On Mon, 3 Jul 2023 at 14:40, Joshua Watt <jpewhac...@gmail.com> wrote: > > Adds part_driver_get_type() API which can be used to force a specific
Nit: Add > driver to be used when getting partition information instead of relying > on auto detection. > > Signed-off-by: Joshua Watt <jpewhac...@gmail.com> > --- > disk/part.c | 38 +++++++++++++++++++++++++++++++------- > include/part.h | 19 ++++++++++++++++++- > 2 files changed, 49 insertions(+), 8 deletions(-) Reviewed-by: Simon Glass <s...@chromium.org>