]> git.sur5r.net Git - u-boot/blobdiff - fs/ext2/ext2fs.c
fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
[u-boot] / fs / ext2 / ext2fs.c
index 9cf2fb7ba494499a1afe38a63f6c6fb378895cf1..6caae3551a604035422a22bdb8d1a6fc24418abc 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <common.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_EXT2)
+#if (CONFIG_COMMANDS & CFG_CMD_EXT2) || defined(CONFIG_CMD_EXT2)
 #include <ext2fs.h>
 #include <malloc.h>
 #include <asm/byteorder.h>