Skip to content

Commit c52f8af

Browse files
JordanYatesde-nordic
authored andcommitted
boot: zephyr: select IS_BOOTLOADER
MCUboot is a bootloader, select the `IS_BOOTLOADER` symbol from upstream. This allows Kconfig defaults to be modified for the bootloader use case without needing to touch the MCUboot repository. Signed-off-by: Jordan Yates <[email protected]>
1 parent c11e845 commit c52f8af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ config MCUBOOT
1616
select MPU_ALLOW_FLASH_WRITE if ARM_MPU
1717
select USE_DT_CODE_PARTITION if HAS_FLASH_LOAD_OFFSET
1818
select MCUBOOT_BOOTUTIL_LIB
19+
select IS_BOOTLOADER
1920

2021
config BOOT_USE_MBEDTLS
2122
bool

0 commit comments

Comments
 (0)