Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtftp_update.c96 char tftp_cmd[64]; in tftp_download() local
99 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()