]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/bootme.c
net: cosmetic: Name ethaddr variables consistently
[karo-tx-uboot.git] / net / bootme.c
index 7ac7c3932a4aeefe806790c0a6cc7312caeb5376..f56f7acd79f2b578d56e1a49ee9e8ed437db15da 100644 (file)
@@ -251,7 +251,7 @@ void BootmeStart(void)
                check_net_config();
 
        if (output_packet_len == 0 ||
-               is_valid_ether_addr(bootme_ether)) {
+               is_valid_ethaddr(bootme_ether)) {
                /* wait for incoming packet */
                net_set_udp_handler(bootme_handler);
                bootme_timed_out = 0;