From 46145bcb9bd416e6d7f689fec70d2b03c10a2fd6 Mon Sep 17 00:00:00 2001 From: Sebastian Ene Date: Sat, 31 Oct 2020 14:08:17 +0200 Subject: [PATCH] arch/sim: Update defconfig for NXWM and disable CONFIG_NSH_ARCHINIT ## Summary of changes Disable CONFIG_NSH_ARCHINIT to prevent the boardctl() logic to call multiple times the oneshot_register() function. The boardctl logic is already called from nxwm_main. Signed-off-by: Sebastian Ene --- boards/sim/sim/sim/configs/nxwm/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/sim/sim/sim/configs/nxwm/defconfig b/boards/sim/sim/sim/configs/nxwm/defconfig index 617504378125e..4967e2870e475 100644 --- a/boards/sim/sim/sim/configs/nxwm/defconfig +++ b/boards/sim/sim/sim/configs/nxwm/defconfig @@ -24,7 +24,6 @@ CONFIG_HAVE_CXX=y CONFIG_IDLETHREAD_STACKSIZE=8192 CONFIG_MAX_TASKS=16 CONFIG_MQ_MAXMSGSIZE=64 -CONFIG_NSH_ARCHINIT=y CONFIG_NSH_FATDEVNO=2 CONFIG_NSH_LIBRARY=y CONFIG_NSH_READLINE=y