diff options
author | Fred Reitberger <reitbergerfred@gmail.com> | 2022-02-18 15:33:21 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-02-21 15:20:47 +0000 |
commit | aa41f773976f17979a6a32cc7f34d57df89aaeed (patch) | |
tree | 7ca3080054cb8465a74760c01d68ea2219cf4d66 /src | |
parent | 1f5e1b4f3ce6ada067759894c99e7c0f75afc1c8 (diff) |
mb/amd/chausie/Kconfig: Move EC firmware image in CBFS
Move the EC to a location that does not conflict with where the main
CBFS is in the chromeos FMAP
Change-Id: I28c84cbe2ff10d45383d896ae4f942ee49eb15c0
Signed-off-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62190
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/amd/chausie/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/chausie/Kconfig b/src/mainboard/amd/chausie/Kconfig index 9c4dbb5820..31bb069003 100644 --- a/src/mainboard/amd/chausie/Kconfig +++ b/src/mainboard/amd/chausie/Kconfig @@ -51,7 +51,7 @@ config CHAUSIE_MCHP_FW_FILE config CHAUSIE_MCHP_FW_OFFSET hex depends on CHAUSIE_HAVE_MCHP_FW - default 0x400000 + default 0xB80000 help The EC firmware blob defaults to the 4MByte offset of the firmware image. If this offset needs to change, a new signature block must be |