]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: Correct display of table GUIDs
authorSimon Glass <sjg@chromium.org>
Sun, 12 Nov 2023 20:55:10 +0000 (13:55 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 5 Dec 2023 00:38:56 +0000 (01:38 +0100)
commit8c06b27eec8c3e5c7316a0525b596f26e001b0f3
tree868bb9f9f065959aac664f59f8834df6268ca0db
parenta900d88e1af013362bb9243530af1bb80935389b
efi: Correct display of table GUIDs

The printf() %pU option decodes GUIDs so it is not necessary to do this
first. Drop the incorrect code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/efi_common.c