[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tpm: Enable module for all EFI platforms
From: |
Javier Martinez Canillas |
Subject: |
[PATCH] tpm: Enable module for all EFI platforms |
Date: |
Tue, 19 May 2020 11:20:59 +0200 |
The module is only enabled for x86_64, but there's nothing specific to
x86_64 in the implementation and can be enabled for all EFI platforms.
Signed-off-by: Javier Martinez Canillas <address@hidden>
---
grub-core/Makefile.core.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def
index 48b82e76322..166b444c76b 100644
--- a/grub-core/Makefile.core.def
+++ b/grub-core/Makefile.core.def
@@ -2500,7 +2500,7 @@ module = {
name = tpm;
common = commands/tpm.c;
efi = commands/efi/tpm.c;
- enable = x86_64_efi;
+ enable = efi;
};
module = {
--
2.26.2
- [PATCH] tpm: Enable module for all EFI platforms,
Javier Martinez Canillas <=