diff options
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/chausie/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/amd/chausie/Makefile.inc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig index c4f7638e2e..da0e0c446f 100644 --- a/src/mainboard/amd/chausie/Kconfig +++ b/src/mainboard/amd/chausie/Kconfig @@ -76,7 +76,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 chausie-specific override of soc/amd/mendocino/Kconfig - default "apu/amdfw apu/ecfw" + default "apu/amdfw ec/ecfw" config CHROMEOS # Use default libpayload config 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 |