commit | d1d20c08cd08379c699e1e829256e9a0637ae281 | [log] [tgz] |
---|---|---|
author | Jordan Yates <jordan.yates@data61.csiro.au> | Sat Oct 22 18:41:41 2022 +1000 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Oct 28 18:38:06 2022 -0400 |
tree | 787d67297c405a27d2c37954ad7da04f2f1f64e0 | |
parent | 635f8951e10322c7e06c813bd6629248106be625 [diff] |
kernel: banner: cleanup `#ifdef`'s Cleanup the mess of duplicate function definitions, unnecessary variables and duplicate strings. All banner strings are now constant in ROM. Also fixes a double space between the end of the version string and the trailing `***` when there is no boot delay. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>