From d4e111ff97d413c7889ee3ac106078df1e483202 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 4 Oct 2019 11:31:28 -0600 Subject: [PATCH] Revert "soc/intel/cannonlake: Allow coreboot to reserve stack for fsp" This reverts commit 349b6a1152a7cae1be530a9a037aa8d5138160d5. --- src/soc/intel/cannonlake/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index c1fda951c2..fc3f2ac3c2 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -29,7 +29,6 @@ config SOC_INTEL_COFFEELAKE config SOC_INTEL_WHISKEYLAKE bool select SOC_INTEL_CANNONLAKE_BASE - select FSP_USES_CB_STACK help Intel Whiskeylake support