summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-04-21 16:22:44 +0200
committerMartin Roth <martinroth@google.com>2017-04-24 19:47:10 +0200
commitf6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8 (patch)
treef573c7ab1832a5e4fde97b69d187572d621fb458
parent62e784bd8a0049997e808cc4a944e08f478929ea (diff)
downloadcoreboot-f6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8.tar.gz
coreboot-f6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8.tar.bz2
coreboot-f6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8.zip
nb/intel/pineview: Select RELOCATABLE_RAMSTAGE
Change-Id: Id1b7b98b4fba745ac0d55638b6a5cceba3c329ef Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19415 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
-rw-r--r--src/northbridge/intel/pineview/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig
index 3cfda9f97e72..db77f11e3481 100644
--- a/src/northbridge/intel/pineview/Kconfig
+++ b/src/northbridge/intel/pineview/Kconfig
@@ -25,6 +25,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
select LAPIC_MONOTONIC_TIMER
select VGA
select MAINBOARD_HAS_NATIVE_VGA_INIT
+ select RELOCATABLE_RAMSTAGE
config MAINBOARD_DO_NATIVE_VGA_INIT
def_bool y