Home
last modified time | relevance | path

Searched refs:ethrotate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Deth_common.c86 char *ethrotate; in eth_current_changed() local
93 ethrotate = env_get("ethrotate"); in eth_current_changed()
94 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_current_changed()
113 char *ethrotate; in eth_try_another() local
119 ethrotate = env_get("ethrotate"); in eth_try_another()
120 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) in eth_try_another()
H A Deth-uclass.c246 char *ethrotate = env_get("ethrotate"); in eth_init() local
255 if ((ethrotate != NULL) && (strcmp(ethrotate, "no") == 0)) { in eth_init()
/OK3568_Linux_fs/u-boot/
H A DREADME3996 ethrotate - When set to "no" U-Boot does not go through all