From: Peter Robinson <[email protected]> As of upstream commit 963fabf the EFI_VARS option is set to x86 only as it's long been deprecated pre !intel support and is due to be removed so it now does nothing on arm platforms.
Fedora actually disabled this on x86 too, I do wonder if it's worth considering disabling it in ark platforms too? Signed-off-by: Peter Robinson <[email protected]> Cc: Mark Salter <[email protected]> Cc: Al Stone <[email protected]> --- redhat/configs/ark/generic/arm/aarch64/CONFIG_EFI_VARS | 1 - redhat/configs/fedora/generic/arm/CONFIG_EFI_VARS | 1 - 2 files changed, 2 deletions(-) delete mode 100644 redhat/configs/ark/generic/arm/aarch64/CONFIG_EFI_VARS delete mode 100644 redhat/configs/fedora/generic/arm/CONFIG_EFI_VARS diff --git a/redhat/configs/ark/generic/arm/aarch64/CONFIG_EFI_VARS b/redhat/configs/ark/generic/arm/aarch64/CONFIG_EFI_VARS deleted file mode 100644 index b9206d9f457a..000000000000 --- a/redhat/configs/ark/generic/arm/aarch64/CONFIG_EFI_VARS +++ /dev/null @@ -1 +0,0 @@ -CONFIG_EFI_VARS=y diff --git a/redhat/configs/fedora/generic/arm/CONFIG_EFI_VARS b/redhat/configs/fedora/generic/arm/CONFIG_EFI_VARS deleted file mode 100644 index b9206d9f457a..000000000000 --- a/redhat/configs/fedora/generic/arm/CONFIG_EFI_VARS +++ /dev/null @@ -1 +0,0 @@ -CONFIG_EFI_VARS=y -- GitLab _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
