]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_mmc.c
ColdFire 54455: Fix correct boot location for atmel and intel
[u-boot] / common / cmd_mmc.c
index 7abaa98cf7fd574ba6f36f58e1a704460cd5a070..069c6d02a066ab5a6a010cd0c3df883cd8b1bfe4 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_MMC) || defined(CONFIG_CMD_MMC)
+#if defined(CONFIG_CMD_MMC)
 
 #include <mmc.h>
 
@@ -43,4 +43,4 @@ U_BOOT_CMD(
        NULL
 );
 
-#endif /* CFG_CMD_MMC */
+#endif