summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resch <mxre@users.noreply.github.com>2017-04-29 12:24:25 +0200
committerLennart Poettering <lennart@poettering.net>2017-04-29 12:24:25 +0200
commit1f8476b197e787a0fe237a702902adae53658659 (patch)
tree9427deb679f751075a9ac8689f167f8458c3f7e0
parent04e599b1cea996624f57db21abfe587e47d8e9b1 (diff)
sd-boot: remove unnecessary defines (#5848)
As discussed in #5829 `#define` is not necessary, meson and autotools set the correct compiler flags and the default value is provided by them.
-rw-r--r--src/boot/efi/measure.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/boot/efi/measure.h b/src/boot/efi/measure.h
index a2cfe817d0..43aa8a0058 100644
--- a/src/boot/efi/measure.h
+++ b/src/boot/efi/measure.h
@@ -13,9 +13,6 @@
#ifndef __SDBOOT_MEASURE_H
#define __SDBOOT_MEASURE_H
-#ifndef SD_TPM_PCR
-#define SD_TPM_PCR 8
-#endif
-
EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
+
#endif