]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_mmc.c
Call ft_board_setup() from the bootm command.
[karo-tx-uboot.git] / common / cmd_mmc.c
index 573eb97ead9c7c0a6dc35ffc6bba69b2febd65f9..069c6d02a066ab5a6a010cd0c3df883cd8b1bfe4 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-#if (CONFIG_COMMANDS & CFG_CMD_MMC)
+#if defined(CONFIG_CMD_MMC)
 
 #include <mmc.h>
 
@@ -43,4 +43,4 @@ U_BOOT_CMD(
        NULL
 );
 
-#endif /* CFG_CMD_MMC */
+#endif