Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86156?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: soc/mediatek/mt8196: Correct SPM firmware file suffix to .bin ......................................................................
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 --- M src/soc/mediatek/mt8196/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Yidi Lin: Looks good to me, approved build bot (Jenkins): Verified Yu-Ping Wu: Looks good to me, approved
diff --git a/src/soc/mediatek/mt8196/Kconfig b/src/soc/mediatek/mt8196/Kconfig index 6d7ea68..fe89288 100644 --- a/src/soc/mediatek/mt8196/Kconfig +++ b/src/soc/mediatek/mt8196/Kconfig @@ -47,7 +47,7 @@
config SPM_FIRMWARE string - default "spm_firmware.pm" + default "spm_firmware.bin" help The file name of the MediaTek SPM firmware.