From 05e4a7b8c513b4d8677dd7e9ac29163f47dd43ab Mon Sep 17 00:00:00 2001 From: Jarried Lin Date: Sun, 26 Jan 2025 16:18:43 +0800 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/86156 Tested-by: build bot (Jenkins) Reviewed-by: Yidi Lin Reviewed-by: Yu-Ping Wu --- src/soc/mediatek/mt8196/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/mediatek/mt8196/Kconfig b/src/soc/mediatek/mt8196/Kconfig index 6d7ea68baa..fe89288b88 100644 --- a/src/soc/mediatek/mt8196/Kconfig +++ b/src/soc/mediatek/mt8196/Kconfig @@ -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.