Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/rockchip/
H A Dtest-download.c38 char serverip_cmd[64]; in do_test_tftp() local
44 snprintf(serverip_cmd, 64, "env set serverip %s", argv[1]); in do_test_tftp()
46 ret |= run_command(serverip_cmd, 0); in do_test_tftp()