cbmem: Always use EARLY_CBMEM_INIT
Wipe out all remains of EARLY/LATE_CBMEM_INIT. Change-Id: Ice75ec0434bef60fa9493037f48833e38044d6e8 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/26828 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
committed by
Patrick Georgi
parent
513a1a81f7
commit
74e0390e74
@@ -234,7 +234,6 @@ config NO_RELOCATABLE_RAMSTAGE
|
||||
|
||||
config RELOCATABLE_RAMSTAGE
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default !NO_RELOCATABLE_RAMSTAGE
|
||||
select RELOCATABLE_MODULES
|
||||
help
|
||||
@@ -451,12 +450,10 @@ config RESUME_PATH_SAME_AS_BOOT
|
||||
|
||||
config HAVE_ROMSTAGE_CONSOLE_SPINLOCK
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default n
|
||||
|
||||
config HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default n
|
||||
help
|
||||
This should be enabled on certain plaforms, such as the AMD
|
||||
@@ -465,7 +462,6 @@ config HAVE_ROMSTAGE_NVRAM_CBFS_SPINLOCK
|
||||
|
||||
config HAVE_ROMSTAGE_MICROCODE_CBFS_SPINLOCK
|
||||
bool
|
||||
depends on EARLY_CBMEM_INIT
|
||||
default n
|
||||
|
||||
config HAVE_MONOTONIC_TIMER
|
||||
@@ -1133,9 +1129,6 @@ config NO_XIP_EARLY_STAGES
|
||||
help
|
||||
Identify if early stages are eXecute-In-Place(XIP).
|
||||
|
||||
config EARLY_CBMEM_INIT
|
||||
def_bool !LATE_CBMEM_INIT
|
||||
|
||||
config EARLY_CBMEM_LIST
|
||||
bool
|
||||
default n
|
||||
|
Reference in New Issue
Block a user