net/miiphy/serial: drop duplicate "NAMESIZE" define
[pandora-u-boot.git] / board / esd / cpci750 / mv_eth.c
index 001c1ad..a3bde81 100644 (file)
@@ -221,7 +221,7 @@ void mv6436x_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