Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-download.c37 char load_cmd[64]; in do_test_tftp() local
45 snprintf(load_cmd, 64, "tftp %s", argv[2]); in do_test_tftp()
48 ret |= run_command(load_cmd, 0); in do_test_tftp()