net/miiphy/serial: drop duplicate "NAMESIZE" define
[pandora-u-boot.git] / board / Marvell / db64460 / mv_eth.c
index 4aefbaf..a763d79 100644 (file)
@@ -221,7 +221,7 @@ void mv6446x_eth_initialize (bd_t * bis)
                        return;
                }
 
-               /* must be less than NAMESIZE (16) */
+               /* must be less than sizeof(dev->name) */
                sprintf (dev->name, "mv_enet%d", devnum);
 
 #ifdef DEBUG