Skip to content

Commit

Permalink
kconfig: Remove version from boot banner
Browse files Browse the repository at this point in the history
Removes the "version" part of the boot banner output as this is
already implied with the v prefix on the version number.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Sep 22, 2023
1 parent 4c5e049 commit fbfef97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ menu "Nordic nRF Connect"

# Override boot banner
config BOOT_BANNER_STRING
default "Booting nRF Connect SDK version"
default "Booting nRF Connect SDK"

# Override configuration from zephyr which sets this to 0x200 if MCUboot is
# enabled (CONFIG_BOOTLOADER_MCUBOOT), since NCS use partition_manager to
Expand Down

0 comments on commit fbfef97

Please sign in to comment.