From c43cd97802dece98fb9cc0de05b1c54762b3f57d Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 17 Apr 2017 06:45:56 +0300 Subject: AGESA: Conditionally enable RELOCATABLE_RAMSTAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id199322db077fc5f112dfa45f8e9f72b9142a8fb Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20770 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/northbridge/amd/agesa/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/amd/agesa') diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig index 4bf1d472b8..b7408d2595 100644 --- a/src/northbridge/amd/agesa/Kconfig +++ b/src/northbridge/amd/agesa/Kconfig @@ -16,6 +16,7 @@ config NORTHBRIDGE_AMD_AGESA bool default CPU_AMD_AGESA + select RELOCATABLE_RAMSTAGE if EARLY_CBMEM_INIT select CBMEM_TOP_BACKUP if NORTHBRIDGE_AMD_AGESA -- cgit v1.2.3