diff options
Diffstat (limited to 'board/gen860t')
| -rw-r--r-- | board/gen860t/gen860t.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/gen860t/gen860t.c b/board/gen860t/gen860t.c index 4bfdcac0d..d448f9fa3 100644 --- a/board/gen860t/gen860t.c +++ b/board/gen860t/gen860t.c @@ -36,7 +36,7 @@ DECLARE_GLOBAL_DATA_PTR;  #include <status_led.h>  #endif -#if defined(CFG_CMD_MII) && defined(CONFIG_MII) +#if defined(CONFIG_CMD_MII) && defined(CONFIG_MII)  #include <net.h>  #endif |