diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-04-17 06:45:56 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-08-02 04:56:10 +0000 |
commit | c43cd97802dece98fb9cc0de05b1c54762b3f57d (patch) | |
tree | 1541f9e3ef296b19a4056cea25be04102f9cd8dd /src/northbridge/amd/agesa | |
parent | 7369e83de1e42138245e728304dc743feaa08c32 (diff) |
AGESA: Conditionally enable RELOCATABLE_RAMSTAGE
Change-Id: Id199322db077fc5f112dfa45f8e9f72b9142a8fb
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/20770
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/northbridge/amd/agesa')
-rw-r--r-- | src/northbridge/amd/agesa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |