diff options
Diffstat (limited to 'drivers/cs8900.c')
| -rw-r--r-- | drivers/cs8900.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/cs8900.c b/drivers/cs8900.c index 082434ca2..b92519a68 100644 --- a/drivers/cs8900.c +++ b/drivers/cs8900.c @@ -43,7 +43,7 @@  #ifdef CONFIG_DRIVER_CS8900 -#if (CONFIG_COMMANDS & CFG_CMD_NET) +#if (CONFIG_COMMANDS & CFG_CMD_NET) || defined(CONFIG_CMD_NET)  #undef DEBUG |