mb/amd/mayan: update EC FW offset in spirom
update EC FW offset location in spirom to 0x81000 For mayan board EC FW is located at offset 0x81000 location, 0th location contains pointer to this EC FW location. Change-Id: I63c797e12ed131e8411c11379f4db9bcc29b49a2 Signed-off-by: Ritul Guru <ritul.bits@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70540 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
This commit is contained in:
parent
965a45f486
commit
699f0d48ad
|
@ -52,7 +52,7 @@ config MAYAN_MCHP_FW_FILE
|
|||
config MAYAN_MCHP_FW_OFFSET
|
||||
hex
|
||||
depends on MAYAN_HAVE_MCHP_FW
|
||||
default 0xB80000
|
||||
default 0x81000
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue