summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2016-10-17 15:41:57 -0500
committerBenjamin Walsh <benjamin.walsh@windriver.com>2016-10-18 15:29:17 +0000
commit7e6540a3019774a57e72d6581972c23b5dcc4462 (patch)
tree86d8f987ecaae4ab4bacc0c7b91fdddf2793883c /kernel
parent61ed9b88539dbf0bc67704556c8dfaaf68b0ac88 (diff)
unified: Fix bug in invocation of init functions
Now invokes any microkernel-level init functions used by legacy applications. Change-Id: I8f68ddba764f13d037a679b74121713983f4aaba Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/unified/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/unified/init.c b/kernel/unified/init.c
index 6d76d606a..a825d8f23 100644
--- a/kernel/unified/init.c
+++ b/kernel/unified/init.c
@@ -170,6 +170,7 @@ static void _main(void *unused1, void *unused2, void *unused3)
_sys_device_do_config_level(_SYS_INIT_LEVEL_SECONDARY);
_sys_device_do_config_level(_SYS_INIT_LEVEL_NANOKERNEL);
+ _sys_device_do_config_level(_SYS_INIT_LEVEL_MICROKERNEL);
_sys_device_do_config_level(_SYS_INIT_LEVEL_APPLICATION);
#ifdef CONFIG_CPLUSPLUS