diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-04-21 16:22:44 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-24 19:47:10 +0200 |
commit | f6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8 (patch) | |
tree | f573c7ab1832a5e4fde97b69d187572d621fb458 /src | |
parent | 62e784bd8a0049997e808cc4a944e08f478929ea (diff) | |
download | coreboot-f6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8.tar.xz |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/intel/pineview/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/pineview/Kconfig b/src/northbridge/intel/pineview/Kconfig index 3cfda9f97e..db77f11e34 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 |