fs/jffs2: Make depend on !64BIT
Building this code on 64bit platforms leads to warnings (and so errors in CI). Rather than rework the code, as this is a deprecated filesystem, don't try and disallow building on 64bit hosts. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -2927,6 +2927,7 @@ config CMD_FS_UUID
|
||||
|
||||
config CMD_JFFS2
|
||||
bool "jffs2 command"
|
||||
depends on !64BIT
|
||||
select FS_JFFS2
|
||||
help
|
||||
Enables commands to support the JFFS2 (Journalling Flash File System
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
config FS_JFFS2
|
||||
bool "Enable JFFS2 filesystem support"
|
||||
depends on !64BIT
|
||||
help
|
||||
This provides support for reading images from JFFS2 (Journalling
|
||||
Flash File System version 2). JFFS2 is a log-structured file system
|
||||
|
||||
Reference in New Issue
Block a user