commit | 794b44aa30b86136fb19adedde9c5aa6d24e07e3 | [log] [tgz] |
---|---|---|
author | Joshua Watt <jpewhacker@gmail.com> | Mon Jul 03 08:39:56 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 17 16:20:08 2023 -0400 |
tree | 68abf9ef18b38c76d1eb51216761b18f2d1d20bf | |
parent | e40802e2e637899ddcb9ed95b8fafb83c985c3be [diff] |
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>