Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dnand.c386 const char *quiet_str = env_get("quiet"); in do_nand() local
394 if (quiet_str) in do_nand()
395 quiet = simple_strtoul(quiet_str, NULL, 0) != 0; in do_nand()