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>
This commit is contained in:
parent
1f5e1b4f3c
commit
aa41f77397
|
@ -51,7 +51,7 @@ config CHAUSIE_MCHP_FW_FILE
|
||||||
config CHAUSIE_MCHP_FW_OFFSET
|
config CHAUSIE_MCHP_FW_OFFSET
|
||||||
hex
|
hex
|
||||||
depends on CHAUSIE_HAVE_MCHP_FW
|
depends on CHAUSIE_HAVE_MCHP_FW
|
||||||
default 0x400000
|
default 0xB80000
|
||||||
help
|
help
|
||||||
The EC firmware blob defaults to the 4MByte offset of the firmware
|
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
|
image. If this offset needs to change, a new signature block must be
|
||||||
|
|
Loading…
Reference in New Issue