Searched refs:ethrotate (Results 1 – 5 of 5) sorted by relevance
57 char *ethrotate; in eth_current_changed() local64 ethrotate = env_get("ethrotate"); in eth_current_changed()65 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_current_changed()84 char *ethrotate; in eth_try_another() local90 ethrotate = env_get("ethrotate"); in eth_try_another()91 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_try_another()
258 char *ethrotate = env_get("ethrotate"); in eth_init() local267 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) { in eth_init()
408 char *ethrotate; in bootp_timeout_handler() local410 ethrotate = env_get("ethrotate"); in bootp_timeout_handler()411 if ((ethrotate && strcmp(ethrotate, "no") == 0) || in bootp_timeout_handler()
281 setenv ethrotate no289 setenv ethrotate no298 setenv ethrotate no325 setenv ethrotate no
3332 ethrotate - When set to "no" U-Boot does not go through all
Completed in 10 milliseconds