linux: Disable DXE for EFI stub memory attributes
The memory attribute protocol is preferred and DXE appears to be specific to x86.
This commit is contained in:
parent
027ebf456c
commit
2ee7fa4bde
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@
|
|||
};
|
||||
|
||||
firmware = {
|
||||
EFI_DXE_MEM_ATTRIBUTES = true;
|
||||
EFI_BOOTLOADER_CONTROL = true;
|
||||
RESET_ATTACK_MITIGATION = true;
|
||||
EFI_DISABLE_PCI_DMA = true;
|
||||
|
|
Loading…
Reference in a new issue