From 26edfeafa8535241289749496133ff58c333f1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Tue, 12 Nov 2024 12:14:20 +0100 Subject: [PATCH] mcuboot: don't select USE_DT_CODE_PARTITION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit don't select USE_DT_CODE_PARTITION, when MCUBOOT_BOOTLOADER_MODE_RAM_LOAD Signed-off-by: Fin Maaß --- modules/Kconfig.mcuboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Kconfig.mcuboot b/modules/Kconfig.mcuboot index 2706ad6583c..41d24edcf6a 100644 --- a/modules/Kconfig.mcuboot +++ b/modules/Kconfig.mcuboot @@ -12,7 +12,7 @@ config MCUBOOT config BOOTLOADER_MCUBOOT bool "MCUboot bootloader support" - select USE_DT_CODE_PARTITION + select USE_DT_CODE_PARTITION if !MCUBOOT_BOOTLOADER_MODE_RAM_LOAD imply INIT_ARCH_HW_AT_BOOT if ARCH_SUPPORTS_ARCH_HW_INIT depends on !MCUBOOT help