Searched refs:env_max_dump (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 99 milliseconds