]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx51/tx51.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / board / karo / tx51 / tx51.c
index 6bb463243ac89598475a3baba80e31f02ed45b6d..dc8204d1c0b4887b9cc9a655258da5d4cd8e746b 100644 (file)
@@ -1034,7 +1034,7 @@ static void tx51_init_mac(void)
        u8 mac[ETH_ALEN];
 
        imx_get_mac_from_fuse(0, mac);
-       if (!is_valid_ether_addr(mac)) {
+       if (!is_valid_ethaddr(mac)) {
                printf("No valid MAC address programmed\n");
                return;
        }