commit | d76b5c19640177b7a4579b4747e26a34083c39ab | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@freescale.com> | Sun Jul 08 18:02:23 2007 -0500 |
committer | Jon Loeliger <jdl@freescale.com> | Sun Jul 08 18:02:23 2007 -0500 |
tree | c4076ca879e90b98101d8c8ac8df240057bfb331 | |
parent | 54324d0a313c0bb64e2ef0b4fdbc05e71d3a0f88 [diff] [blame] |
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/common/cmd_mii.c b/common/cmd_mii.c index bfeef79..120b8e8 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