Revert "kernel: banner: Expose tainted builds"

This reverts commit 6d4031f96c.

Those makes majority of builds og platforms with blobs tainted although
the blob were not used or compiled in. So it is very misleading.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-10-24 13:02:09 -04:00 committed by Mahesh Mahadevan
commit 6261e2a673

View file

@ -450,7 +450,6 @@ config BOOT_BANNER
config BOOT_BANNER_STRING config BOOT_BANNER_STRING
string "Boot banner string" string "Boot banner string"
depends on BOOT_BANNER depends on BOOT_BANNER
default "Booting Zephyr OS build (tainted)" if TAINT
default "Booting Zephyr OS build" default "Booting Zephyr OS build"
help help
Use this option to set the boot banner. Use this option to set the boot banner.