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/cpu/x86/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/x86/Kconfig') diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index baa4413c33..c67e6e5345 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -101,7 +101,6 @@ config LOGICAL_CPUS config SMM_TSEG bool default n - select RELOCATABLE_MODULES config SMM_MODULE_HEAP_SIZE hex -- cgit v1.2.3