Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dpxe_utils.c160 char *tftp_filesize; in get_pxe_file() local
173 tftp_filesize = from_env("filesize"); in get_pxe_file()
175 if (!tftp_filesize) in get_pxe_file()
178 if (strict_strtoul(tftp_filesize, 16, &config_file_size) < 0) in get_pxe_file()

Completed in 4 milliseconds