]> 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 afaf299569bf612b891ae04917585d28d7a2c3f3..54f0f9f9cec7f82a938888679212b9134d0c892a 100644 (file)
@@ -31,7 +31,7 @@
 #include <ata.h>
 #include <part.h>
 
-#if (CONFIG_COMMANDS & CFG_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