]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/gumstix/pepper/board.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / board / gumstix / pepper / board.c
index f644f8188bc9d9b948716da68a8fcfefc44bcb5a..beb2fac374594fe0d32fb03bf97ce2376affaf39 100644 (file)
@@ -165,7 +165,7 @@ int board_eth_init(bd_t *bis)
                mac_addr[3] = (mac_hi & 0xFF000000) >> 24;
                mac_addr[4] = mac_lo & 0xFF;
                mac_addr[5] = (mac_lo & 0xFF00) >> 8;
-               if (is_valid_ether_addr(mac_addr))
+               if (is_valid_ethaddr(mac_addr))
                        eth_setenv_enetaddr("ethaddr", mac_addr);
        }