On Mon, 3 Jul 2023 at 14:41, Joshua Watt <jpewhac...@gmail.com> wrote: > > Forces the DOS partition type driver to be used when verifying the MBR. > This is particularly useful when using a hybrid MBR & GPT layout as > otherwise MBR verification would mostly likely fail since the GPT > partitions will be returned, even if the MBR is actually valid. > > Signed-off-by: Joshua Watt <jpewhac...@gmail.com> > --- > cmd/mbr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>