shim_lock: Enable module for all EFI architectures
Like the tpm the shim_lock module is only enabled for x86_64 target. However, there's nothing specific to x86_64 in the implementation and it can be enabled for all EFI architectures. Signed-off-by: Tianjia Zhang <tianjia.zhang@linux.alibaba.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
1e81bf6d2d
commit
de094060ac
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ module = {
|
||||||
module = {
|
module = {
|
||||||
name = shim_lock;
|
name = shim_lock;
|
||||||
common = commands/efi/shim_lock.c;
|
common = commands/efi/shim_lock.c;
|
||||||
enable = x86_64_efi;
|
enable = efi;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
Loading…
Reference in a new issue