commit | e4a9be94c0cbdc814a3f27c9cf62930cdfe7bed8 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Nov 28 13:15:42 2019 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 29 07:52:16 2019 -0500 |
tree | 34f5f92427fe6c2cb8ad8546edba76348389e161 | |
parent | b7ae41779db9cd608138d1ccf32ec72a2f35e72f [diff] |
kernel: init: simplify boot banner printing Just use printk directly instead of going over defines. For some reason, this change lets us pass on master when running tests/kernel/timer/timer_monotonic test. This test started failing after rc2 was tagged, just because the changing git version string passing to BUILD_VERSION. This is still under investigation. Signed-off-by: Anas Nashif <anas.nashif@intel.com>