diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:15:49 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 17:15:49 -0500 |
commit | 639221c76c88215bd55af83ad174fc30d1940f8f (patch) | |
tree | 2f2e4fb3752c8abc551c5647a5366ec0936f63f6 /include/configs/hymod.h | |
parent | c3517f919d0f61650cf3027fd4faf0f631142f6c (diff) |
include/: Remove obsolete references to CONFIG_COMMANDS
Mostly removed from comments here.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/hymod.h')
-rw-r--r-- | include/configs/hymod.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/hymod.h b/include/configs/hymod.h index 0fdfb1523e5..8a3ad6861e4 100644 --- a/include/configs/hymod.h +++ b/include/configs/hymod.h @@ -69,8 +69,7 @@ * for FCC) * * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be - * defined elsewhere (as for the console), or CFG_CMD_NET must be removed - * from CONFIG_COMMANDS to remove support for networking. + * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset. */ #undef CONFIG_ETHER_ON_SCC /* define if ether on SCC */ #define CONFIG_ETHER_ON_FCC /* define if ether on FCC */ |