From 730df3cc43d76d830f6c88441d8bea75b9047a6c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 18 Jun 2016 07:39:31 +0300 Subject: arch/x86: Make RELOCATABLE_RAMSTAGE the default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need to provide an option to try disable this. Also remove explicit ´select RELOCATABLE_MODULES' lines from platform Kconfigs. Change-Id: I5fb169f90331ce37b4113378405323ec856d6fee Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26815 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index ac8668dbd8..4465a6b0dc 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -233,8 +233,9 @@ config NO_RELOCATABLE_RAMSTAGE default y config RELOCATABLE_RAMSTAGE + bool depends on EARLY_CBMEM_INIT - bool "Build the ramstage to be relocatable in 32-bit address space." + default !NO_RELOCATABLE_RAMSTAGE select RELOCATABLE_MODULES help The reloctable ramstage support allows for the ramstage to be built -- cgit v1.2.3