soc/amd/common/psp: Remove files from bootblock
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I8d775d2d813cf92245f3be4d41b3295ca6da18ba Reviewed-on: https://review.coreboot.org/c/coreboot/+/48798 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP),y)
|
||||
|
||||
bootblock-y += psp.c
|
||||
romstage-y += psp.c
|
||||
ramstage-y += psp.c
|
||||
smm-y += psp.c
|
||||
@@ -10,7 +9,6 @@ endif # CONFIG_SOC_AMD_COMMON_BLOCK_PSP
|
||||
|
||||
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN1),y)
|
||||
|
||||
bootblock-y += psp_gen1.c
|
||||
romstage-y += psp_gen1.c
|
||||
ramstage-y += psp_gen1.c
|
||||
smm-y += psp_gen1.c
|
||||
@@ -19,7 +17,6 @@ endif # CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN1
|
||||
|
||||
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_PSP_GEN2),y)
|
||||
|
||||
bootblock-y += psp_gen2.c
|
||||
romstage-y += psp_gen2.c
|
||||
ramstage-y += psp_gen2.c
|
||||
smm-y += psp_gen2.c
|
||||
|
Reference in New Issue
Block a user