soc/amd/common: Make the function in cpu.c available in romstage
Change-Id: I909f74853a37a783582471e05071bc3d07e3dcf8 Signed-off-by: Zheng Bao <fishbaozi@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61310 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
parent
0d7eaba0d6
commit
6dfa528af9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue