kernel: init: move banner handling

Move banner and boot delay handling out of init.c
The code for banner was all over the place in init.c making it
unreadable.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-08-27 09:08:40 -04:00
commit 4b59312a94
3 changed files with 54 additions and 34 deletions

View file

@ -25,6 +25,7 @@ list(APPEND kernel_files
version.c
work_q.c
smp.c
banner.c
)
if(CONFIG_XIP)