summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/chausie/Makefile.inc
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-11-07 10:47:36 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-11-10 15:52:04 +0000
commitfdfd63be3a1ff2b8b866cae9d4f96b3878d8e577 (patch)
tree1b0bb036b771f9831b7671a93d903e9a6467d79b /src/mainboard/amd/chausie/Makefile.inc
parent369dee59380344bee90024d81b98c43a8fe2e9dd (diff)
mb/amd/chausie: Correct naming of EC FW
Change the EC FW CBFS filename prefix to a more accurate "ec/" TEST=build and boot chausie Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: Ib9ee24ca06b29c74cc0a91f9e4789df00ba1ba53 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69276 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jason Glenesk <jason.glenesk@gmail.com>
Diffstat (limited to 'src/mainboard/amd/chausie/Makefile.inc')
-rw-r--r--src/mainboard/amd/chausie/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/amd/chausie/Makefile.inc b/src/mainboard/amd/chausie/Makefile.inc
index b1f93e4f94..3666db71a6 100644
--- a/src/mainboard/amd/chausie/Makefile.inc
+++ b/src/mainboard/amd/chausie/Makefile.inc
@@ -26,10 +26,10 @@ CHAUSIE_EC_POSITION=$(call int-add, \
$(call int-subtract, 0xffffffff \
$(CONFIG_ROM_SIZE)) $(CONFIG_CHAUSIE_MCHP_FW_OFFSET) 1)
-cbfs-files-y += apu/ecfw
-apu/ecfw-file := $(CONFIG_CHAUSIE_MCHP_FW_FILE)
-apu/ecfw-position := $(CHAUSIE_EC_POSITION)
-apu/ecfw-type := raw
+cbfs-files-y += ec/ecfw
+ec/ecfw-file := $(CONFIG_CHAUSIE_MCHP_FW_FILE)
+ec/ecfw-position := $(CHAUSIE_EC_POSITION)
+ec/ecfw-type := raw
else
files_added:: warn_no_mchp