mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 09:39:58 +00:00
tpm: Enable module for all EFI platforms
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>
This commit is contained in:
parent
15d76540a7
commit
cc6bd49a52
@ -2500,7 +2500,7 @@ module = {
|
|||||||
name = tpm;
|
name = tpm;
|
||||||
common = commands/tpm.c;
|
common = commands/tpm.c;
|
||||||
efi = commands/efi/tpm.c;
|
efi = commands/efi/tpm.c;
|
||||||
enable = x86_64_efi;
|
enable = efi;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
Loading…
Reference in New Issue
Block a user