aboutsummaryrefslogtreecommitdiff
path: root/include/efi_dt_fixup.h
diff options
context:
space:
mode:
authorHeinrich Schuchardt2022-01-16 14:10:23 +0100
committerHeinrich Schuchardt2022-01-19 16:16:33 +0100
commit3adae64220be502cd6d522c96a3af7dd420a1a67 (patch)
tree2118ed33a1dc86b3f84ba22be004d23e8f430cfc /include/efi_dt_fixup.h
parent04641c14071865f3d6b8d39a8ab12a1afa9bda72 (diff)
cmd: efidebug: simplify printing GUIDs
Use "%pS" to print text representations of GUIDs. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'include/efi_dt_fixup.h')
-rw-r--r--include/efi_dt_fixup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/efi_dt_fixup.h b/include/efi_dt_fixup.h
index 9066e8dd8e1..83382537d16 100644
--- a/include/efi_dt_fixup.h
+++ b/include/efi_dt_fixup.h
@@ -7,10 +7,6 @@
#include <efi_api.h>
-#define EFI_DT_FIXUP_PROTOCOL_GUID \
- EFI_GUID(0xe617d64c, 0xfe08, 0x46da, 0xf4, 0xdc, \
- 0xbb, 0xd5, 0x87, 0x0c, 0x73, 0x00)
-
#define EFI_DT_FIXUP_PROTOCOL_REVISION 0x00010000
/* Add nodes and update properties */