From 35a053c38d035dd4a1dde86de24c91a60d9c63fe Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Mon, 9 Nov 2015 14:58:54 -0800 Subject: [PATCH] uek-rpm: configs: ol7: don't set EFI_VARS_PSTORE_DEFAULT_DISABLE To keep OL7 and OL6 build in sync and also follow the Arch Linux recommondation on EFI_VARS. https://wiki.archlinux.org/index.php/Unified_Extensible_Firmware_Interface#Inconsistency_between_efivarfs_and_sysfs-efivars Orabug: 21806900 Signed-off-by: Santosh Shilimkar --- uek-rpm/ol7/config-x86_64 | 2 +- uek-rpm/ol7/config-x86_64-debug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uek-rpm/ol7/config-x86_64 b/uek-rpm/ol7/config-x86_64 index 91df5e1572f9..e7abfec08b93 100644 --- a/uek-rpm/ol7/config-x86_64 +++ b/uek-rpm/ol7/config-x86_64 @@ -5615,7 +5615,7 @@ CONFIG_ISCSI_IBFT=m # CONFIG_EFI_VARS=y CONFIG_EFI_VARS_PSTORE=y -CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set CONFIG_EFI_RUNTIME_MAP=y CONFIG_EFI_RUNTIME_WRAPPERS=y CONFIG_UEFI_CPER=y diff --git a/uek-rpm/ol7/config-x86_64-debug b/uek-rpm/ol7/config-x86_64-debug index 66fbc3373d22..3baf90e15401 100644 --- a/uek-rpm/ol7/config-x86_64-debug +++ b/uek-rpm/ol7/config-x86_64-debug @@ -5607,7 +5607,7 @@ CONFIG_ISCSI_IBFT=m # CONFIG_EFI_VARS=y CONFIG_EFI_VARS_PSTORE=y -CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y +# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set CONFIG_EFI_RUNTIME_MAP=y CONFIG_EFI_RUNTIME_WRAPPERS=y CONFIG_UEFI_CPER=y -- 2.50.1