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ß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
ca43888f54
commit
26edfeafa8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue