From 57ff26c4240c5050aa96f8cb2e8aaa6f55d71459 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 12 Nov 2025 15:19:42 -0600 Subject: 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 --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index 8e3efff2bee..9aecfe504bb 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 -- cgit v1.2.3