From 6dfa528af9d2f539b154ce812385cd085251480c Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Sat, 22 Jan 2022 11:03:56 +0800 Subject: [PATCH] soc/amd/common: Make the function in cpu.c available in romstage Change-Id: I909f74853a37a783582471e05071bc3d07e3dcf8 Signed-off-by: Zheng Bao Reviewed-on: https://review.coreboot.org/c/coreboot/+/61310 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- src/soc/amd/common/block/cpu/noncar/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/amd/common/block/cpu/noncar/Makefile.inc b/src/soc/amd/common/block/cpu/noncar/Makefile.inc index 532bb32918..71927961db 100644 --- a/src/soc/amd/common/block/cpu/noncar/Makefile.inc +++ b/src/soc/amd/common/block/cpu/noncar/Makefile.inc @@ -5,6 +5,7 @@ bootblock-y += pre_c.S bootblock-y += write_resume_eip.c romstage-y += memmap.c ramstage-y += cpu.c +romstage-y += cpu.c ramstage-y += memmap.c endif # CONFIG_SOC_AMD_COMMON_BLOCK_NONCAR