From: Santosh Shilimkar Date: Mon, 9 Nov 2015 22:58:54 +0000 (-0800) Subject: uek-rpm: configs: ol7: don't set EFI_VARS_PSTORE_DEFAULT_DISABLE X-Git-Tag: v4.1.12-92~236^2~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=35a053c38d035dd4a1dde86de24c91a60d9c63fe;p=users%2Fjedix%2Flinux-maple.git 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 --- 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