Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69332 )
Change subject: oc/intel/common/block/sgx/Kconfig: Drop unused Kconfig symbol ......................................................................
oc/intel/common/block/sgx/Kconfig: Drop unused Kconfig symbol
Change-Id: Ib3af0a1c509ab2e2eccf3e36ff604a1040995af4 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/soc/intel/common/block/sgx/Kconfig 1 file changed, 10 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/69332/1
diff --git a/src/soc/intel/common/block/sgx/Kconfig b/src/soc/intel/common/block/sgx/Kconfig index 92959ff..0dee10e 100644 --- a/src/soc/intel/common/block/sgx/Kconfig +++ b/src/soc/intel/common/block/sgx/Kconfig @@ -56,9 +56,6 @@ config SOC_INTEL_COMMON_BLOCK_SGX_PRMRR_SIZE_64MB bool "64 MiB"
-config SOC_INTEL_COMMON_BLOCK_SGX_PRMRR_SIZE_32MB - bool "32 MiB" - endchoice
endif