From e95b6b291ea1c9a3e85b4af9fb7255aa8395242d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 17 Apr 2017 06:45:56 +0300 Subject: binaryPI: Enable RELOCATABLE_RAMSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0c0058be002e409bd16d2d75fd404df94407df4e Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/19348 Tested-by: build bot (Jenkins) Reviewed-by: Ricardo Ribalda Delgado Reviewed-by: Aaron Durbin --- src/northbridge/amd/pi/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd') diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index 7da2ae9e64..ea703d5a76 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -18,6 +18,7 @@ config NORTHBRIDGE_AMD_PI default y if CPU_AMD_PI default n select CBMEM_TOP_BACKUP + select RELOCATABLE_RAMSTAGE if NORTHBRIDGE_AMD_PI -- cgit v1.2.3