cezanne/psp_verstage: clean up duplicated target
psp_verstage.bin target is already defined at common/psp_verstage/Makefile.inc, thus removing it here. Signed-off-by: Kangheui Won <khwon@chromium.org> Change-Id: Ica4b09282d1c4cfc555c18ba50951458b8580826 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52962 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
1b2eeb13a0
commit
411e237081
|
@ -12,6 +12,3 @@ verstage-y += stub.c
|
||||||
|
|
||||||
verstage-y += $(top)/src/vendorcode/amd/fsp/cezanne/bl_uapp/bl_uapp_startup.S
|
verstage-y += $(top)/src/vendorcode/amd/fsp/cezanne/bl_uapp/bl_uapp_startup.S
|
||||||
verstage-y += $(top)/src/vendorcode/amd/fsp/cezanne/bl_uapp/bl_uapp_end.S
|
verstage-y += $(top)/src/vendorcode/amd/fsp/cezanne/bl_uapp/bl_uapp_end.S
|
||||||
|
|
||||||
$(obj)/psp_verstage.bin: $(objcbfs)/verstage.elf
|
|
||||||
$(OBJCOPY_verstage) -O binary $^ $@
|
|
||||||
|
|
Loading…
Reference in New Issue