]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: efi_dp_from_lo() don't copy GUID
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 14 Oct 2021 23:31:02 +0000 (01:31 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 21 Oct 2021 01:46:04 +0000 (03:46 +0200)
commita679049ff5f83a5328b7b9fafb7b78fbaefda525
tree9b1b9fb1eb831410422689e70d7476cfc03053c7
parentcf01ac462da715ffbdd0341f16b83029c726a779
efi_loader: efi_dp_from_lo() don't copy GUID

Instead of copying a GUID and then using a pointer to the copy for calling
guidcmp(), just pass the pointer to the orginal GUID.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c
include/efi_loader.h
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_helper.c