Skip to content

Commit 41be8f4

Browse files
anhmolteivindj-nordic
authored andcommitted
sysbuild: image_configurations: silence a bootloader config warning
Set CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING to empty string to silence a warning during the mcuboot bootloader CMake configuration step. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent d43e91b commit 41be8f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sysbuild/image_configurations/BOOTLOADER_image_default.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ set_config_string(${ZCMAKE_APPLICATION} CONFIG_SOFTDEVICE_FILE "${SB_CONFIG_SOFT
4141
if(SB_CONFIG_SOFTDEVICE_S115)
4242
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_SOFTDEVICE_PAD_HEADER y)
4343
endif()
44+
45+
set_config_string(${ZCMAKE_APPLICATION} CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING "") # Silences a warning during CMake image configuration

0 commit comments

Comments
 (0)