summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-10-27 18:12:39 -0600
committerMartin L Roth <gaumless@gmail.com>2022-10-29 02:38:34 +0000
commit9b6018c4a623c2679343d9705492c3a197886223 (patch)
tree182b71316652c88b8263784845d7a298596820fa /src
parent530b111c42e5d87d95f84d92228817186b655500 (diff)
downloadcoreboot-9b6018c4a623c2679343d9705492c3a197886223.tar.gz
coreboot-9b6018c4a623c2679343d9705492c3a197886223.tar.bz2
coreboot-9b6018c4a623c2679343d9705492c3a197886223.zip
soc/amd/glinda: Don't add amdfw.rom to cbfs in SOC Makefile
CB:66943 - commit 8d66fb1a705 (soc/amd: Add amdfw.rom in coreboot.pre) changed the build flow for the amd firmware binary after glinda was branched from morgana. Update glinda to match the other SoCs. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I5b0ccaa8c33e59f7146edd6a86f107480c152008 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68931 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/glinda/Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/glinda/Makefile.inc b/src/soc/amd/glinda/Makefile.inc
index 9735aa6fe0ae..2f5d9a95fe1b 100644
--- a/src/soc/amd/glinda/Makefile.inc
+++ b/src/soc/amd/glinda/Makefile.inc
@@ -298,11 +298,6 @@ $(obj)/amdfw_b.rom: $(obj)/amdfw.rom
--output $@
-cbfs-files-y += apu/amdfw
-apu/amdfw-file := $(obj)/amdfw.rom
-apu/amdfw-position := $(GLINDA_FWM_POSITION)
-apu/amdfw-type := raw
-
ifeq ($(CONFIG_VBOOT_SLOTS_RW_AB)$(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),yy)
cbfs-files-y += apu/amdfw_a
apu/amdfw_a-file := $(obj)/amdfw_a.rom