From f6cf3a8f0d07869e8ba56c9f8e588ab84c836dc8 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 21 Apr 2017 16:22:44 +0200 Subject: nb/intel/pineview: Select RELOCATABLE_RAMSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id1b7b98b4fba745ac0d55638b6a5cceba3c329ef Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/19415 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/northbridge/intel/pineview/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3