fix: 关闭jffs和fat后,rootfs配置也被相应关闭,导致nand介质的rootfs不可用。
close: #I3SBYN
This commit is contained in:
parent
f5c5a69162
commit
0ea476b974
|
@ -1,7 +1,7 @@
|
||||||
config PLATFORM_ROOTFS
|
config PLATFORM_ROOTFS
|
||||||
bool "Enable ROOTFS"
|
bool "Enable ROOTFS"
|
||||||
default y
|
default y
|
||||||
depends on FS_JFFS || FS_FAT
|
depends on FS_JFFS || FS_FAT || DRIVERS_MTD_NAND
|
||||||
help
|
help
|
||||||
Answer Y to enable LiteOS support rootfs.
|
Answer Y to enable LiteOS support rootfs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue