aboutsummaryrefslogtreecommitdiff
path: root/board/atmel/atstk1000
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2007-07-09 18:19:09 -0500
committerJon Loeliger <jdl@freescale.com>2007-07-09 18:47:45 -0500
commitfcec2eb93e126400009729328e797f12bc94f1fd (patch)
tree60c97658e0db6ed1d3005d5caa4dd2d6f9784420 /board/atmel/atstk1000
parenta593814f2be0c9cdc3133cd550b167b8a988328f (diff)
board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/atmel/atstk1000')
-rw-r--r--board/atmel/atstk1000/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/atstk1000/eth.c b/board/atmel/atstk1000/eth.c
index 735e2a98c..b2b1a12b1 100644
--- a/board/atmel/atstk1000/eth.c
+++ b/board/atmel/atstk1000/eth.c
@@ -27,7 +27,7 @@
extern int macb_eth_initialize(int id, void *regs, unsigned int phy_addr);
-#if defined(CONFIG_MACB) && ((CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET))
+#if defined(CONFIG_MACB) && defined(CONFIG_CMD_NET)
void atstk1000_eth_initialize(bd_t *bi)
{
int id = 0;