]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/compulab/cm_fx6/cm_fx6.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / board / compulab / cm_fx6 / cm_fx6.c
index ae6945ba9c9ca2b7f5f86f7f61bee3f310634eb0..7a1bbafaa5565c0a5a3e6f9ff1a3979dde762116 100644 (file)
@@ -425,7 +425,7 @@ static int handle_mac_address(char *env_var, uint eeprom_bus)
        if (rc)
                return rc;
 
-       if (!is_valid_ether_addr(enetaddr))
+       if (!is_valid_ethaddr(enetaddr))
                return -1;
 
        return eth_setenv_enetaddr(env_var, enetaddr);