]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: mbr: Force DOS driver to be used for verify
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 3 Jul 2023 13:39:56 +0000 (08:39 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 17 Jul 2023 20:20:08 +0000 (16:20 -0400)
commit55a424437226f9ef50c3e829dafa6b494377d018
tree68abf9ef18b38c76d1eb51216761b18f2d1d20bf
parent95811666ae9b1ff6228410629f209721d1ca91a8
cmd: mbr: Force DOS driver to be used for verify

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/mbr.c