diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-03 22:48:51 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-06 12:29:57 +0000 |
commit | ec151f09240b701e12708990079bb37cf1ca9766 (patch) | |
tree | d58b656d15235168dc763f2fcdeccd8d9c1f8f9b /src/soc/intel/fsp_baytrail | |
parent | 58d6ff1330542039456bd09c9e689305a588c52e (diff) | |
download | coreboot-ec151f09240b701e12708990079bb37cf1ca9766.tar.xz |
arch/x86: Always select RELOCATABLE_MODULES
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 <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26816
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/fsp_baytrail')
-rw-r--r-- | src/soc/intel/fsp_baytrail/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig index 0a1070bb4a..1d7e64a658 100644 --- a/src/soc/intel/fsp_baytrail/Kconfig +++ b/src/soc/intel/fsp_baytrail/Kconfig @@ -30,7 +30,6 @@ config CPU_SPECIFIC_OPTIONS select ARCH_RAMSTAGE_X86_32 select HAVE_SMI_HANDLER select HAVE_HARD_RESET - select RELOCATABLE_MODULES select NO_RELOCATABLE_RAMSTAGE select PARALLEL_MP select REG_SCRIPT |