Eliminate VxMicro branding in kernel code
Eliminates references to the obsolete OS name. In most cases the name is simply removed, as it isn't necessary. Change-Id: I32f9e7390e436aec008a9454b72657e129d65152 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
ec2d3fb6de
commit
5189844df5
39 changed files with 85 additions and 88 deletions
|
@ -53,7 +53,7 @@ const char * const build_timestamp = BUILD_TIMESTAMP;
|
|||
|
||||
/* boot banner items */
|
||||
|
||||
#define BOOT_BANNER "****** BOOTING VXMICRO ******"
|
||||
#define BOOT_BANNER "****** BOOTING ZEPHYR OS ******"
|
||||
|
||||
#if !defined(CONFIG_BOOT_BANNER)
|
||||
#define PRINT_BOOT_BANNER() do { } while (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue