summaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_broadwell_de/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-03 14:55:10 +0300
committerPatrick Georgi <pgeorgi@google.com>2018-06-06 10:36:37 +0000
commit7904e720d5bd1a2fdbf5a4077759b1741895bcf4 (patch)
tree750d286c61a26124fd353ba2894dfd6d189ebbab /src/soc/intel/fsp_broadwell_de/Kconfig
parentd30c129ad44aacf4cccf98a7cac353b7f9fdedca (diff)
downloadcoreboot-7904e720d5bd1a2fdbf5a4077759b1741895bcf4.tar.xz
arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE
To flip the Kconfig default, flag some platforms with NO_RELOCATABLE_RAMSTAGE. Change-Id: I72c6d07e5a60789bbe0e068a0130d7e3bd07a1d5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/26814 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de/Kconfig')
-rw-r--r--src/soc/intel/fsp_broadwell_de/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig
index bfacb3d0e2..65eb58d4cc 100644
--- a/src/soc/intel/fsp_broadwell_de/Kconfig
+++ b/src/soc/intel/fsp_broadwell_de/Kconfig
@@ -14,6 +14,7 @@ config CPU_SPECIFIC_OPTIONS
select ARCH_RAMSTAGE_X86_32
select HAVE_HARD_RESET
select RELOCATABLE_MODULES
+ select NO_RELOCATABLE_RAMSTAGE
select PARALLEL_MP
select SMP
select IOAPIC