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:
parent
de69edbf42
commit
4b59312a94
3 changed files with 54 additions and 34 deletions
|
@ -25,6 +25,7 @@ list(APPEND kernel_files
|
|||
version.c
|
||||
work_q.c
|
||||
smp.c
|
||||
banner.c
|
||||
)
|
||||
|
||||
if(CONFIG_XIP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue