Skip to content

Commit 3e2577d

Browse files
Chris Friedtcfriedt
authored andcommitted
app: bmc: print the tenstorrent git version
Print the tenstorrent git version along with the boot banner. Signed-off-by: Chris Friedt <[email protected]>
1 parent 05b676b commit 3e2577d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/bmc/prj.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ CONFIG_REBOOT=y
3232
# We always expect MCUBoot to be the primary bootloader
3333
CONFIG_BOOTLOADER_MCUBOOT=y
3434
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"
35+
36+
# Disable printing the default Zephyr boot banner
37+
CONFIG_BOOT_BANNER=n
38+
# Print the Tenstorrent boot banner + git version on startup
39+
CONFIG_TT_BOOT_BANNER=y
40+
CONFIG_TT_BOOT_BANNER_GIT_VERSION=y

0 commit comments

Comments
 (0)