Skip to content

Commit

Permalink
Kconfig: Override default boot banner
Browse files Browse the repository at this point in the history
Overrides the default boot banner with NCS

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Sep 18, 2023
1 parent 1f0884a commit 92d99cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ endif # BUILD_WITH_TFM

menu "Nordic nRF Connect"

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

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

0 comments on commit 92d99cf

Please sign in to comment.