Add support for TQM862L modules
diff --git a/common/cmd_mii.c b/common/cmd_mii.c
index b5963f1..bb97c0d 100644
--- a/common/cmd_mii.c
+++ b/common/cmd_mii.c
@@ -55,7 +55,7 @@
 	unsigned short	data;
 	int		rcode = 0;
 
-#ifdef CONFIG_MPC860
+#ifdef CONFIG_8xx
 	mii_init ();
 #endif