]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: cros: store partition type in an efi_guid_t
authorVincent Stehlé <vincent.stehle@arm.com>
Thu, 27 Jun 2024 17:06:29 +0000 (19:06 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
commitc85a05a5d87ce6f077c41d7e63a4a7953ddb351c
tree8c0b34c49d3a3cee72f6d9680ea0afc93d09f793
parent0318126236da1474ae1b6e349d83991fb0cda8ea
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>
boot/bootmeth_cros.c