summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-12-08 12:05:21 +0100
committerNico Huber <nico.h@gmx.de>2019-12-09 17:02:16 +0000
commitd83bd535be3035d19aaf37c17182e8ad2e3dde87 (patch)
tree54db361d3cf49064ebd990021b6f9901d38f5362 /src/Kconfig
parent4841203c3ae7457564f8ef55682c5fa0239447a8 (diff)
downloadcoreboot-d83bd535be3035d19aaf37c17182e8ad2e3dde87.tar.xz
Kconfig: Drop NO_RELOCATABLE_RAMSTAGE
It's not selected anywhere anymore. Drop it and set the default for RELOCATABLE_RAMSTAGE directly. Change-Id: I580e89525ece39418afeefd6a9d0b89b370ca95f Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37577 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: ron minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 1 insertions, 6 deletions
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