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/SCM.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/SCM.h')
-rw-r--r-- | include/configs/SCM.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/SCM.h b/include/configs/SCM.h index 67dbc55dbb5..46861f838f2 100644 --- a/include/configs/SCM.h +++ b/include/configs/SCM.h @@ -133,8 +133,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. * * (On TQM8260 either SCC1 or FCC2 may be chosen: SCC1 is hardwired to the * X.29 connector, and FCC2 is hardwired to the X.1 connector) |