Skip to content

Commit 6d4031f

Browse files
rettichschnidiaescolar
authored andcommitted
kernel: banner: Expose tainted builds
Due to the (potentially) hard to understand effects of blobs, it seems prudent to make their presence more noticeable. With this change, whenever blobs are present in the Zephyr work space, the hello world sample output looks like this: > *** Booting Zephyr OS build (tainted) v3.7.0-4569-gd4f8765ef20e *** > Hello World! esp32c3_devkitm/esp32c3 Before, it looked like this: > *** Booting Zephyr OS build v3.7.0-4568-g69c47471d187 *** > Hello World! esp32c3_devkitm/esp32c3 Signed-off-by: Reto Schneider <[email protected]>
1 parent 7ba0ee6 commit 6d4031f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ config BOOT_BANNER
450450
config BOOT_BANNER_STRING
451451
string "Boot banner string"
452452
depends on BOOT_BANNER
453+
default "Booting Zephyr OS build (tainted)" if TAINT
453454
default "Booting Zephyr OS build"
454455
help
455456
Use this option to set the boot banner.

0 commit comments

Comments
 (0)