X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=common%2Fcmd_mmc.c;h=069c6d02a066ab5a6a010cd0c3df883cd8b1bfe4;hb=e125a2ffc209dd34794e326c7175658253beadf3;hp=573eb97ead9c7c0a6dc35ffc6bba69b2febd65f9;hpb=0d4983930a3559be92452761cfa268ee9d0f2773;p=karo-tx-uboot.git diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 573eb97ead..069c6d02a0 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -24,7 +24,7 @@ #include #include -#if (CONFIG_COMMANDS & CFG_CMD_MMC) +#if defined(CONFIG_CMD_MMC) #include @@ -43,4 +43,4 @@ U_BOOT_CMD( NULL ); -#endif /* CFG_CMD_MMC */ +#endif