fix: 关闭jffs和fat后,rootfs配置也被相应关闭,导致nand介质的rootfs不可用。

close: #I3SBYN
This commit is contained in:
zhangfanfan2 2021-05-21 17:41:30 +08:00 committed by Gitee
parent f5c5a69162
commit 0ea476b974
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
config PLATFORM_ROOTFS
bool "Enable ROOTFS"
default y
depends on FS_JFFS || FS_FAT
depends on FS_JFFS || FS_FAT || DRIVERS_MTD_NAND
help
Answer Y to enable LiteOS support rootfs.