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 <sene@apache.org>
This commit is contained in:
parent
aa4be3ccfd
commit
2073730d1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user