Skip to content

Commit 26edfea

Browse files
maass-hamburgkartben
authored andcommitted
mcuboot: don't select USE_DT_CODE_PARTITION
don't select USE_DT_CODE_PARTITION, when MCUBOOT_BOOTLOADER_MODE_RAM_LOAD Signed-off-by: Fin Maaß <[email protected]>
1 parent ca43888 commit 26edfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Kconfig.mcuboot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ config MCUBOOT
1212

1313
config BOOTLOADER_MCUBOOT
1414
bool "MCUboot bootloader support"
15-
select USE_DT_CODE_PARTITION
15+
select USE_DT_CODE_PARTITION if !MCUBOOT_BOOTLOADER_MODE_RAM_LOAD
1616
imply INIT_ARCH_HW_AT_BOOT if ARCH_SUPPORTS_ARCH_HW_INIT
1717
depends on !MCUBOOT
1818
help

0 commit comments

Comments
 (0)