diff options
Diffstat (limited to 'include/configs/ISPAN.h')
-rw-r--r-- | include/configs/ISPAN.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ISPAN.h b/include/configs/ISPAN.h index 75dea18f571..e6ef7656629 100644 --- a/include/configs/ISPAN.h +++ b/include/configs/ISPAN.h @@ -58,8 +58,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. + * be defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset. */ #undef CONFIG_ETHER_ON_SCC /* Define if Ethernet on SCC */ #define CONFIG_ETHER_ON_FCC /* Define if Ethernet on FCC */ |