]> Git Repo - u-boot.git/commit
efi: Correct display of table GUIDs
authorSimon Glass <[email protected]>
Sun, 12 Nov 2023 20:55:10 +0000 (13:55 -0700)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
cmd/efi_common.c
This page took 0.033429 seconds and 4 git commands to generate.