From d83bd535be3035d19aaf37c17182e8ad2e3dde87 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 8 Dec 2019 12:05:21 +0100 Subject: Kconfig: Drop NO_RELOCATABLE_RAMSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not selected anywhere anymore. Drop it and set the default for RELOCATABLE_RAMSTAGE directly. Change-Id: I580e89525ece39418afeefd6a9d0b89b370ca95f Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/37577 Reviewed-by: Arthur Heymans Reviewed-by: Kyösti Mälkki Reviewed-by: ron minnich Tested-by: build bot (Jenkins) --- src/Kconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 2e06299af3..25bb450174 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -263,14 +263,9 @@ 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 bool - default !NO_RELOCATABLE_RAMSTAGE + default y if ARCH_X86 select RELOCATABLE_MODULES help The reloctable ramstage support allows for the ramstage to be built -- cgit v1.2.3