net: cosmetic: Name ethaddr variables consistently
[platform/kernel/u-boot.git] / board / ifm / ac14xx / ac14xx.c
index 5d2ab2f..72932ca 100644 (file)
@@ -225,7 +225,7 @@ int mac_read_from_eeprom(void)
                break;
        }
 
-       if (mac && is_valid_ether_addr(mac)) {
+       if (mac && is_valid_ethaddr(mac)) {
                eth_setenv_enetaddr("ethaddr", mac);
                if (mac_diag) {
                        mac_txt = getenv("ethaddr");