From 98e104fe3dc856f73624627c2d11a05989bdc72f Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 26 Nov 2022 12:16:12 +0100 Subject: [PATCH] soc: cc13x2_cc26x2: disable CCFG when building MCUboot chain-loaded images The 'CCFG' (Customer Configuration) occupies 88 bytes in topmost flash sector (8 KiB) and is by default always included in the final image. This disables including CCFG part when building images for chain-loading by the MCUboot bootloader. Signed-off-by: Piotr Dymacz --- soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series b/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series index d5defae07b0..b7d26a70539 100644 --- a/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series +++ b/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series @@ -13,7 +13,7 @@ config SOC_SERIES_CC13X2_CC26X2 select CPU_HAS_FPU select SOC_FAMILY_TISIMPLELINK select HAS_CC13X2_CC26X2_SDK - select HAS_TI_CCFG + select HAS_TI_CCFG if !BOOTLOADER_MCUBOOT select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE select HAS_PM select HAS_POWEROFF