
4 Jul
2023
4 Jul
'23
4:40 a.m.
On Mon, 3 Jul 2023 at 14:41, Joshua Watt jpewhacker@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 JPEWhacker@gmail.com
cmd/mbr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org