aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorFred Reitberger <reitbergerfred@gmail.com>2022-11-29 14:58:49 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-12-05 14:32:45 +0000
commit64bfc675a5c21716a6931ca015354a721a0898c0 (patch)
tree3fad4902f2f8bab550cbe19d21dfa788b82bbe3f /src/mainboard
parent868c8873ef0d0fcc7c2537b53346f262d32d36fe (diff)
mb/amd/mayan: Improve naming of EC FW
Change the EC FW CBFS filename prefix to a more accurate "ec/" Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com> Change-Id: Ic789df11160e3ffe7b7294b11e1fa80e3c3961ed Reviewed-on: https://review.coreboot.org/c/coreboot/+/70206 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/mayan/Kconfig2
-rw-r--r--src/mainboard/amd/mayan/Makefile.inc8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/amd/mayan/Kconfig b/src/mainboard/amd/mayan/Kconfig
index 8a54481681..8cd412a10e 100644
--- a/src/mainboard/amd/mayan/Kconfig
+++ b/src/mainboard/amd/mayan/Kconfig
@@ -78,7 +78,7 @@ config RO_REGION_ONLY
depends on VBOOT_SLOTS_RW_AB || VBOOT_SLOTS_RW_A
# Add the EFS and EC to the RO region only
# This is a mayan-specific override of soc/amd/morgana/Kconfig
- default "apu/amdfw apu/ecfw"
+ default "apu/amdfw ec/ecfw"
config CHROMEOS
# Use default libpayload config
diff --git a/src/mainboard/amd/mayan/Makefile.inc b/src/mainboard/amd/mayan/Makefile.inc
index fdf00ea21a..20d6f4b751 100644
--- a/src/mainboard/amd/mayan/Makefile.inc
+++ b/src/mainboard/amd/mayan/Makefile.inc
@@ -25,10 +25,10 @@ MAYAN_EC_POSITION=$(call int-add, \
$(call int-subtract, 0xffffffff \
$(CONFIG_ROM_SIZE)) $(CONFIG_MAYAN_MCHP_FW_OFFSET) 1)
-cbfs-files-y += apu/ecfw
-apu/ecfw-file := $(CONFIG_MAYAN_MCHP_FW_FILE)
-apu/ecfw-position := $(MAYAN_EC_POSITION)
-apu/ecfw-type := raw
+cbfs-files-y += ec/ecfw
+ec/ecfw-file := $(CONFIG_MAYAN_MCHP_FW_FILE)
+ec/ecfw-position := $(MAYAN_EC_POSITION)
+ec/ecfw-type := raw
else
files_added:: warn_no_mchp