boards: xtensa: esp32: update netnsh defconfig

In the commit
https://github.com/apache/incubator-nuttx/pull/1505/commits/612acb9d93dac7dfb18023df7f2583904ba075a4

the CONFIG_PREALLOC_MQ_MSGS is set by default to 4 and should be removed from defconfig.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2020-08-10 10:07:28 +02:00
committed by Abdelatif Guettouche
parent be10c734b0
commit b02b1663df
@@ -54,7 +54,6 @@ CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_LINELEN=64
CONFIG_NSH_READLINE=y
CONFIG_PREALLOC_MQ_MSGS=4
CONFIG_PREALLOC_TIMERS=4
CONFIG_PREALLOC_WDOGS=16
CONFIG_RAM_SIZE=114688