diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-01 21:53:36 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-11-10 11:46:10 +0000 |
commit | 55069d15d8a6dcd7f8eaaf36e85e5d7a53fdaae6 (patch) | |
tree | 3ce7924b9a242256086daf771e6b2f7327cf9df5 /src/arch/riscv/Kconfig | |
parent | 7f22933e98ec70b31b939b2ab70d6b8715640848 (diff) | |
download | coreboot-55069d15d8a6dcd7f8eaaf36e85e5d7a53fdaae6.tar.xz |
arch/riscv: Pass cbmem_top to ramstage via calling argument
Tested on the Qemu-Virt target both 32 and 64 bit.
Change-Id: I5c74cd5d3ee292931c5bbd2e4075f88381429f72
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36558
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/riscv/Kconfig')
-rw-r--r-- | src/arch/riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/riscv/Kconfig b/src/arch/riscv/Kconfig index f2ca571c97..9ee781b4f0 100644 --- a/src/arch/riscv/Kconfig +++ b/src/arch/riscv/Kconfig @@ -90,6 +90,7 @@ config ARCH_ROMSTAGE_RISCV config ARCH_RAMSTAGE_RISCV bool default n + select RAMSTAGE_CBMEM_TOP_ARG config RISCV_USE_ARCH_TIMER bool |