diff options
author | Martin Roth <gaumless@gmail.com> | 2022-10-27 18:12:39 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-10-29 02:38:34 +0000 |
commit | 9b6018c4a623c2679343d9705492c3a197886223 (patch) | |
tree | 182b71316652c88b8263784845d7a298596820fa /src/soc/amd | |
parent | 530b111c42e5d87d95f84d92228817186b655500 (diff) |
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/soc/amd')
-rw-r--r-- | src/soc/amd/glinda/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/glinda/Makefile.inc b/src/soc/amd/glinda/Makefile.inc index 9735aa6fe0..2f5d9a95fe 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 |