On Thu, 27 Jun 2024 at 18:06, Vincent Stehlé <[email protected]> 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é <[email protected]> > Cc: Simon Glass <[email protected]> > Cc: Tom Rini <[email protected]> > --- > boot/bootmeth_cros.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

