boards: rv-virt: Fix the hello app crash with nsh64
Summary: - I noticed that the hello app crashes due to https://github.com/apache/nuttx/pull/11576 - This is a tentative fix to avoid the crash Impact: - None Testing: - Tested with qemu-8.2.0 Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
6c186b6084
commit
78d22b997c
|
@ -34,7 +34,7 @@ CONFIG_DEBUG_SYMBOLS=y
|
|||
CONFIG_DEVICE_TREE=y
|
||||
CONFIG_DEV_ZERO=y
|
||||
CONFIG_ELF=y
|
||||
CONFIG_EXAMPLES_HELLO=m
|
||||
CONFIG_EXAMPLES_HELLO=y
|
||||
CONFIG_FS_HOSTFS=y
|
||||
CONFIG_FS_PROCFS=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||
|
|
Loading…
Reference in New Issue