net/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
This commit is contained in:
Jon Loeliger
2007-07-09 17:45:14 -05:00
parent cb51c0bf88
commit 643d1ab239
8 changed files with 58 additions and 58 deletions

View File

@@ -31,8 +31,8 @@
/*#define NFS_DEBUG*/
#if (((CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)) \
&& ((CONFIG_COMMANDS & CFG_CMD_NFS)) || defined(CONFIG_CMD_NFS))
#if (defined(CONFIG_CMD_NET) \
&& defined(CONFIG_CMD_NFS)
#define HASHES_PER_LINE 65 /* Number of "loading" hashes per line */
#define NFS_TIMEOUT 60
@@ -776,4 +776,4 @@ NfsStart (void)
NfsSend ();
}
#endif /* CONFIG_COMMANDS & CFG_CMD_NFS */
#endif