Home
last modified time | relevance | path

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

/openbmc/u-boot/board/grinn/liteboard/
H A Dboard.c129 char *autodetect_str = env_get("mmcautodetect"); in check_mmc_autodetect() local
131 if ((autodetect_str != NULL) && in check_mmc_autodetect()
132 (strcmp(autodetect_str, "yes") == 0)) { in check_mmc_autodetect()