]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_fat.c
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / common / cmd_fat.c
index f7e6c86dc2d08749646a7f8fe9516a6108029e32..54f0f9f9cec7f82a938888679212b9134d0c892a 100644 (file)
@@ -31,7 +31,7 @@
 #include <ata.h>
 #include <part.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_FAT) || defined(CONFIG_CMD_FAT)
+#if defined(CONFIG_CMD_FAT)
 
 #undef DEBUG
 
@@ -324,4 +324,4 @@ void hexdump (int cnt, unsigned char *data)
 }
 #endif /* NOT_IMPLEMENTED_YET */
 
-#endif /* CFG_CMD_FAT */
+#endif