From ec151f09240b701e12708990079bb37cf1ca9766 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 3 Jun 2018 22:48:51 +0300 Subject: arch/x86: Always select RELOCATABLE_MODULES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All boards except those with NO_RELOCATABLE_RAMSTAGE or explicit select already had this feature built. Change-Id: I838e12141243ec49c2555c09269e07476eb0cfad Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26816 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/Kconfig') diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index b545add8df..c85e36a8ea 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -17,6 +17,7 @@ config ARCH_X86 bool default n select PCI + select RELOCATABLE_MODULES # stage selectors for x86 @@ -220,7 +221,6 @@ config VERSTAGE_ADDR config POSTCAR_STAGE def_bool n select NO_CAR_GLOBAL_MIGRATION - select RELOCATABLE_MODULES config VERSTAGE_DEBUG_SPINLOOP bool -- cgit v1.2.3