From a1b700ff74981ecb84e47e132a60d7f0d5312676 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 28 Oct 2019 23:26:13 +0100 Subject: arch/mips: Pass cbmem_top to ramstage via calling argument This allows to use a common cbmem_top implementation. Change-Id: I85efe3899607854c36d0ec594868f690eb724a7f Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36421 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/arch/mips/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/mips/Kconfig') diff --git a/src/arch/mips/Kconfig b/src/arch/mips/Kconfig index 9df514b21b..321bfc91fd 100644 --- a/src/arch/mips/Kconfig +++ b/src/arch/mips/Kconfig @@ -22,6 +22,7 @@ config ARCH_BOOTBLOCK_MIPS default n select BOOTBLOCK_CUSTOM select C_ENVIRONMENT_BOOTBLOCK + select RAMSTAGE_CBMEM_TOP_ARG config ARCH_VERSTAGE_MIPS bool -- cgit v1.2.3