]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
tpm: Enable module for all EFI platforms
authorJavier Martinez Canillas <javierm@redhat.com>
Tue, 19 May 2020 09:20:59 +0000 (11:20 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 25 May 2020 12:50:42 +0000 (14:50 +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 <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.core.def

index 48b82e76322f41ac54274c6f5af997f6f58a13e5..166b444c76bef232b0db1d1c8ace4b738fce4efa 100644 (file)
@@ -2500,7 +2500,7 @@ module = {
   name = tpm;
   common = commands/tpm.c;
   efi = commands/efi/tpm.c;
-  enable = x86_64_efi;
+  enable = efi;
 };
 
 module = {