Searched refs:env_max_dump (Results 1 - 1 of 1) sorted by relevance

/u-boot/cmd/
H A Dfdt.c938 const char *env_max_dump; local
945 env_max_dump = env_get("fdt_max_dump");
946 if (env_max_dump)
947 max_dump = hextoul(env_max_dump, NULL);

Completed in 83 milliseconds