Skip to content

Commit 16e3073

Browse files
anhmolteivindj-nordic
authored andcommitted
sysbuild: image_configurations: set boot banner string for bootloader
Set the NCS Bare Metal boot banner string for the MCUboot bootloader image to "MCUboot". Prior to this, the boot banner would show the default "My Application" string. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent 41be8f4 commit 16e3073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sysbuild/image_configurations/BOOTLOADER_image_default.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ if(SB_CONFIG_SOFTDEVICE_S115)
4242
set_config_bool(${ZCMAKE_APPLICATION} CONFIG_SOFTDEVICE_PAD_HEADER y)
4343
endif()
4444

45+
set_config_string(${ZCMAKE_APPLICATION} CONFIG_NCS_BARE_METAL_APPLICATION_BOOT_BANNER_STRING "MCUboot")
4546
set_config_string(${ZCMAKE_APPLICATION} CONFIG_NCS_APPLICATION_BOOT_BANNER_STRING "") # Silences a warning during CMake image configuration

0 commit comments

Comments
 (0)