From 7904e720d5bd1a2fdbf5a4077759b1741895bcf4 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Jun 2018 14:55:10 +0300 Subject: arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To flip the Kconfig default, flag some platforms with NO_RELOCATABLE_RAMSTAGE. Change-Id: I72c6d07e5a60789bbe0e068a0130d7e3bd07a1d5 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26814 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 4c1a0da708..ac8668dbd8 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -227,6 +227,11 @@ config UBSAN say N because it adds a small performance penalty and may abort on code that happens to work in spite of the UB. +config NO_RELOCATABLE_RAMSTAGE + bool + default n if ARCH_X86 + default y + config RELOCATABLE_RAMSTAGE depends on EARLY_CBMEM_INIT bool "Build the ramstage to be relocatable in 32-bit address space." -- cgit v1.2.3