soc/mediatek/mt8196: Correct SPM firmware file suffix to .bin
Correct SPM firmware file suffix from .pm to .bin in Kconfig. coreboot log: mtk_init_mcu: Loaded (and reset) spm_firmware.bin in 3 msecs (30114 bytes) SPM: spm_init done in 3 msecs, spm pc = 0x1430 TEST=Build pass, boot successful. BUG=b:348147674 Change-Id: I053e08c9665d434e4fc9a01bca52101218b2c634 Signed-off-by: Jarried Lin <jarried.lin@mediatek.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86156 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Yu-Ping Wu <yupingso@google.com>
This commit is contained in:
parent
798e87da51
commit
05e4a7b8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ config SSPM_FIRMWARE
|
|||
|
||||
config SPM_FIRMWARE
|
||||
string
|
||||
default "spm_firmware.pm"
|
||||
default "spm_firmware.bin"
|
||||
help
|
||||
The file name of the MediaTek SPM firmware.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue