ae98e83eb2
Drop the implementation of statically allocated high memory region for CBMEM. There is no longer the need to explicitly select DYNAMIC_CBMEM, it is the only remaining choice. Change-Id: Iadf6f27a134e05daa1038646d0b4e0b8f9f0587a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7851 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@google.com>
12 lines
195 B
Text
12 lines
195 B
Text
config SOC_UCB_RISCV
|
|
select ARCH_RISCV
|
|
select ARCH_BOOTBLOCK_RISCV
|
|
select ARCH_VERSTAGE_RISCV
|
|
select ARCH_ROMSTAGE_RISCV
|
|
select ARCH_RAMSTAGE_RISCV
|
|
bool
|
|
default n
|
|
|
|
if SOC_UCB_RISCV
|
|
|
|
endif
|