From 9591e76d5ad47373be6841f4f3044df66be96151 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 17 Sep 2014 07:32:55 -0600 Subject: [PATCH] Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK/hello defconfig --- configs/sama5d3x-ek/hello/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/sama5d3x-ek/hello/defconfig b/configs/sama5d3x-ek/hello/defconfig index e7fb4ebdc69..5b8fe2bdb35 100644 --- a/configs/sama5d3x-ek/hello/defconfig +++ b/configs/sama5d3x-ek/hello/defconfig @@ -326,6 +326,9 @@ CONFIG_PREALLOC_TIMERS=4 # # Tasks and Scheduling # +# CONFIG_INIT_NONE is not set +CONFIG_INIT_ENTRYPOINT=y +# CONFIG_INIT_FILEPATH is not set CONFIG_USER_ENTRYPOINT="hello_main" CONFIG_RR_INTERVAL=200 CONFIG_TASK_NAME_SIZE=0