]> git.sur5r.net Git - u-boot/blobdiff - fs/ext2/ext2fs.c
fs/: Remove obsolete references to CONFIG_COMMANDS
[u-boot] / fs / ext2 / ext2fs.c
index 9cf2fb7ba494499a1afe38a63f6c6fb378895cf1..e65e39b5abfa7e2dfbe23888d3b00c1d9640d0a4 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_EXT2)
+#if defined(CONFIG_CMD_EXT2)
 #include <ext2fs.h>
 #include <malloc.h>
 #include <asm/byteorder.h>