From 8caae66eaef9df4cb94a1e96d7792818e2b4ddb1 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Mon, 27 Nov 2023 17:49:37 +0100 Subject: [PATCH] Kconfig: tfm: Switch BOARD_BL5340_DVK_CPUAPP_NS TF-M board selection Switch BOARD_BL5340_DVK_CPUAPP_NS TF-M board selection from using the platform support that is built-in to TF-M module, and instead use the generic nRF5340 cpuapp platform support that all other nrf5340 SoC related boards use. Signed-off-by: Joakim Andersson --- modules/trusted-firmware-m/Kconfig.tfm | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/trusted-firmware-m/Kconfig.tfm b/modules/trusted-firmware-m/Kconfig.tfm index d29b7093de0..6c8db28c098 100644 --- a/modules/trusted-firmware-m/Kconfig.tfm +++ b/modules/trusted-firmware-m/Kconfig.tfm @@ -17,7 +17,6 @@ config TFM_BOARD default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK default "arm/musca_b1" if BOARD_MUSCA_B1 default "arm/musca_s1" if BOARD_MUSCA_S1 - default "lairdconnectivity/bl5340_dvk_cpuapp" if BOARD_BL5340_DVK_CPUAPP_NS default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic_nrf/nrf9160" if SOC_NRF9160 default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic_nrf/nrf9120" if SOC_NRF9120 default "${ZEPHYR_BASE}/modules/trusted-firmware-m/nordic_nrf/nrf5340_cpuapp" if SOC_NRF5340_CPUAPP