Back out commit d998cbdfa6c10dbd8074dd43c39c23a006505987
This commit is contained in:
parent
f4e7e14e00
commit
bc273596bb
1 changed files with 6 additions and 6 deletions
|
|
@ -465,6 +465,12 @@ void os_start(void)
|
|||
fs_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET
|
||||
/* Initialize the network system */
|
||||
|
||||
net_initialize();
|
||||
#endif
|
||||
|
||||
/* The processor specific details of running the operating system
|
||||
* will be handled here. Such things as setting up interrupt
|
||||
* service routines and starting the clock are some of the things
|
||||
|
|
@ -473,12 +479,6 @@ void os_start(void)
|
|||
|
||||
up_initialize();
|
||||
|
||||
#ifdef CONFIG_NET
|
||||
/* Initialize the network system */
|
||||
|
||||
net_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MM_SHM
|
||||
/* Initialize shared memory support */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue