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/soc/imgtec/pistachio/Makefile.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/imgtec/pistachio/Makefile.inc b/src/soc/imgtec/pistachio/Makefile.inc index 6e8d539d8e..9392d302a2 100644 --- a/src/soc/imgtec/pistachio/Makefile.inc +++ b/src/soc/imgtec/pistachio/Makefile.inc @@ -28,7 +28,6 @@ ramstage-y += uart.c bootblock-y += monotonic_timer.c -ramstage-y += cbmem.c ramstage-y += monotonic_timer.c ramstage-y += soc.c ramstage-y += reset.c -- cgit v1.2.3