commit | 9befbc8570e99e35c861c1170b23ef60a84275f7 | [log] [tgz] |
---|---|---|
author | Vincent Stehlé <vincent.stehle@arm.com> | Wed Jul 03 13:37:56 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 16 17:09:33 2024 -0600 |
tree | d303c265971f3a9d7df301c954cfb83a4232a55e | |
parent | 1ebd078d012dbe2e1560790e07e4940ba4c424c4 [diff] |
bootstd: cros: store partition type in an efi_guid_t The scan_part() function uses a struct uuid to store the little-endian partition type GUID, but this structure should be used only to contain a big-endian UUID. Use an efi_guid_t instead and use guidcmp() for the comparison. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com>