]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/jffs2_nand_1pass.c
fs/: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / fs / jffs2 / jffs2_nand_1pass.c
index b9cdcbfa5654319d9938d576c0da1853196b0dfe..08885f08a720fe386950939e6525ae3fb6c6b7e7 100644 (file)
@@ -1,6 +1,6 @@
 #include <common.h>
 
-#if !defined(CFG_NAND_LEGACY) && ((CONFIG_COMMANDS & CFG_CMD_JFFS2) || defined(CONFIG_CMD_JFFS2))
+#if !defined(CFG_NAND_LEGACY) && defined(CONFIG_CMD_JFFS2)
 
 #include <malloc.h>
 #include <linux/stat.h>