diff options
Diffstat (limited to 'include/configs/ep8260.h')
-rw-r--r-- | include/configs/ep8260.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ep8260.h b/include/configs/ep8260.h index 065f967e173..25f9bd6a718 100644 --- a/include/configs/ep8260.h +++ b/include/configs/ep8260.h @@ -183,8 +183,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 ethernet on SCC */ #define CONFIG_ETHER_ON_FCC /* define if ethernet on FCC */ |