app: delete NFILE_DESCRIPTORS limits

Change-Id: I3ced2b2b7440a2c79a712cfc97b4cd15d2bddd4c
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
Jiuzhu Dong
2021-03-04 11:07:55 +08:00
committed by Xiang Xiao
parent 6f75c1b3d6
commit 4c6ded2661
9 changed files with 56 additions and 57 deletions

View File

@@ -184,7 +184,6 @@ configuration options as described in the final section of this README. This
capability also depends on:
- `CONFIG_DISABLE_MOUNTPOINT` not set
- `CONFIG_NFILE_DESCRIPTORS > 4`
- `CONFIG_FS_ROMFS`
### Default Start-Up Behavior

View File

@@ -331,11 +331,6 @@
# undef CONFIG_NSH_ROMFSETC
# endif
# if CONFIG_NFILE_DESCRIPTORS < 4
# error "Not enough file descriptors"
# undef CONFIG_NSH_ROMFSETC
# endif
# ifndef CONFIG_FS_ROMFS
# error "ROMFS support not enabled"
# undef CONFIG_NSH_ROMFSETC