From b07a0972be93982b987b562021e679148ee2e534 Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Fri, 29 Nov 2024 07:37:46 -0800 Subject: [PATCH] soc/mt8196: Set SDK toolchain name This is in sdk-ng upstream now (not in the current release yet), so set it up. Signed-off-by: Andy Ross --- soc/mediatek/mt8xxx/Kconfig.defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/mediatek/mt8xxx/Kconfig.defconfig b/soc/mediatek/mt8xxx/Kconfig.defconfig index 86031031044..303be6c87b8 100644 --- a/soc/mediatek/mt8xxx/Kconfig.defconfig +++ b/soc/mediatek/mt8xxx/Kconfig.defconfig @@ -61,6 +61,7 @@ config XTENSA_HAL config SOC_TOOLCHAIN_NAME default "mtk_mt8195_adsp" if SOC_SERIES_MT8195 default "mtk_mt818x_adsp" if SOC_SERIES_MT818X + default "mtk_mt8196_adsp" if SOC_SERIES_MT8196 config XTENSA_RESET_VECTOR default n