Searched refs:tftp_cmd (Results 1 – 1 of 1) sorted by relevance
96 char tftp_cmd[64]; in tftp_download() local99 snprintf(tftp_cmd, 64, "tftp 0x%lx %s/%s", in tftp_download()102 snprintf(tftp_cmd, 64, "tftp 0x%lx %s", (ulong)addr, file); in tftp_download()104 return run_command(tftp_cmd, 0); in tftp_download()