Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dpxe.c234 unsigned long config_file_size; in get_pxe_file() local
253 if (strict_strtoul(tftp_filesize, 16, &config_file_size) < 0) in get_pxe_file()
256 buf = map_sysmem(file_addr + config_file_size, 1); in get_pxe_file()