This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3d0cdc3d95761a3816bf2179c87a26a9d222ab5b Author: Xiang Xiao <[email protected]> AuthorDate: Tue Aug 18 17:08:04 2020 +0800 sim/loadable: Remove CONFIG_USERMAIN_STACKSIZE from defconfig since it isn't used for elf binary Signed-off-by: Xiang Xiao <[email protected]> --- boards/sim/sim/sim/configs/loadable/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sim/sim/sim/configs/loadable/defconfig b/boards/sim/sim/sim/configs/loadable/defconfig index 4b35a80..dc0a0d8 100644 --- a/boards/sim/sim/sim/configs/loadable/defconfig +++ b/boards/sim/sim/sim/configs/loadable/defconfig @@ -49,5 +49,4 @@ CONFIG_SIM_WALLTIME=y CONFIG_START_MONTH=6 CONFIG_START_YEAR=2008 CONFIG_SYSTEM_NSH=m -CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_USER_INITPATH="/system/bin/nsh"
