commit | 4fc19521a6eadce94bf3bd6a6c2d7c573ff4bc79 | [log] [tgz] |
---|---|---|
author | Vincent Stehlé <vincent.stehle@arm.com> | Thu Jun 27 19:06:29 2024 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:33 2024 +0100 |
tree | 8c0b34c49d3a3cee72f6d9680ea0afc93d09f793 | |
parent | bd75bea2dcf81e0b41a304d88506ec40055a58ed [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. Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>