diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-06-18 07:39:31 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-06 12:29:19 +0000 |
commit | 730df3cc43d76d830f6c88441d8bea75b9047a6c (patch) | |
tree | 2272d885de331209f3a3b869d84f089cf27e3fde /src/northbridge/amd | |
parent | 42e422ed66e3057683c4ada29442a36a75e418ba (diff) |
arch/x86: Make RELOCATABLE_RAMSTAGE the default
No need to provide an option to try disable this.
Also remove explicit ´select RELOCATABLE_MODULES'
lines from platform Kconfigs.
Change-Id: I5fb169f90331ce37b4113378405323ec856d6fee
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26815
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/agesa/Kconfig | 1 | ||||
-rw-r--r-- | src/northbridge/amd/pi/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig index b7408d2595..4bf1d472b8 100644 --- a/src/northbridge/amd/agesa/Kconfig +++ b/src/northbridge/amd/agesa/Kconfig @@ -16,7 +16,6 @@ config NORTHBRIDGE_AMD_AGESA bool default CPU_AMD_AGESA - select RELOCATABLE_RAMSTAGE if EARLY_CBMEM_INIT select CBMEM_TOP_BACKUP if NORTHBRIDGE_AMD_AGESA diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig index ea703d5a76..7da2ae9e64 100644 --- a/src/northbridge/amd/pi/Kconfig +++ b/src/northbridge/amd/pi/Kconfig @@ -18,7 +18,6 @@ config NORTHBRIDGE_AMD_PI default y if CPU_AMD_PI default n select CBMEM_TOP_BACKUP - select RELOCATABLE_RAMSTAGE if NORTHBRIDGE_AMD_PI |