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:
Mikael 2024-08-22 22:18:50 +02:00
parent 027ebf456c
commit 2ee7fa4bde
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -76,7 +76,6 @@
};
firmware = {
EFI_DXE_MEM_ATTRIBUTES = true;
EFI_BOOTLOADER_CONTROL = true;
RESET_ATTACK_MITIGATION = true;
EFI_DISABLE_PCI_DMA = true;