init: use exec_spawn instead of exec

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd
2021-12-20 12:30:57 +08:00
committed by Xiang Xiao
parent 10ccba6671
commit 0bb32f27c0
2 changed files with 17 additions and 4 deletions
+4
View File
@@ -347,6 +347,10 @@ config INIT_ENTRYPOINT
applications this is of the form 'app_main' where 'app' is the application
name. If not defined, INIT_ENTRYPOINT defaults to "main".
config INIT_ENTRYNAME
string "Application entry name"
default INIT_ENTRYPOINT
endif # INIT_ENTRY
if INIT_FILE