summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKangheui Won <khwon@chromium.org>2021-05-06 13:12:26 +1000
committerMartin Roth <martinroth@google.com>2021-05-10 04:04:19 +0000
commit411e2370817aea0043faafca0d5db4db978f6253 (patch)
tree7ff8913e6b5c01428c351845aa921d111fbfde4f
parent1b2eeb13a094098be93d0973b3742c7a8edf891f (diff)
downloadcoreboot-411e2370817aea0043faafca0d5db4db978f6253.tar.gz
coreboot-411e2370817aea0043faafca0d5db4db978f6253.tar.bz2
coreboot-411e2370817aea0043faafca0d5db4db978f6253.zip
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>
-rw-r--r--src/soc/amd/cezanne/psp_verstage/Makefile.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/cezanne/psp_verstage/Makefile.inc b/src/soc/amd/cezanne/psp_verstage/Makefile.inc
index 8f268ca57d52..3f924330b9ea 100644
--- a/src/soc/amd/cezanne/psp_verstage/Makefile.inc
+++ b/src/soc/amd/cezanne/psp_verstage/Makefile.inc
@@ -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_end.S
-
-$(obj)/psp_verstage.bin: $(objcbfs)/verstage.elf
- $(OBJCOPY_verstage) -O binary $^ $@