diff options
Diffstat (limited to 'common/cmd_mii.c')
| -rw-r--r-- | common/cmd_mii.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_mii.c b/common/cmd_mii.c index bfeef792b..120b8e804 100644 --- a/common/cmd_mii.c +++ b/common/cmd_mii.c @@ -28,7 +28,7 @@  #include <common.h>  #include <command.h> -#if (CONFIG_COMMANDS & CFG_CMD_MII) || defined(CONFIG_CMD_MII) +#if defined(CONFIG_CMD_MII)  #include <miiphy.h>  #ifdef CONFIG_TERSE_MII |