commit | 55a424437226f9ef50c3e829dafa6b494377d018 | [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 | 95811666ae9b1ff6228410629f209721d1ca91a8 [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>