[PATCH] bootstd: cros: store partition type in an efi_guid_t
Simon Glass
sjg at chromium.org
Thu Jun 27 21:05:45 CEST 2024
On Thu, 27 Jun 2024 at 18:06, Vincent Stehlé <vincent.stehle at arm.com> wrote:
>
> 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 at arm.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
> boot/bootmeth_cros.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list