Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dfpga.c47 char *datastr = env_get("fpgadata"); in do_fpga() local
61 if (datastr) in do_fpga()
62 fpga_data = (void *)simple_strtoul(datastr, NULL, 16); in do_fpga()