Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c204 gOpts.code471Path = (line_t *)malloc(sizeof(line_t) * gOpts.code471Num); in parse471()
213 strcpy((char *)gOpts.code471Path[index], buf); in parse471()
214 LOGD("path%i:%s\n", index, gOpts.code471Path[index]); in parse471()
337 fprintf(out, OPT_PATH "%d=%s\n", i + 1, gOpts.code471Path[i]); in printOpts()
456 snprintf(gOpts.code471Path[0], sizeof(gOpts.code471Path[0]), "%s", in parseOpts_from_cmdline()
506 gOpts.code471Path = (line_t *)malloc(sizeof(line_t) * gOpts.code471Num); in initOpts()
507 strcpy((char *)gOpts.code471Path[0], DEF_CODE471_PATH); in initOpts()
840 if (!saveEntry(outFile, (char *)gOpts.code471Path[i], ENTRY_471, in mergeBoot()
859 if (!writeFile(outFile, (char *)gOpts.code471Path[i], false)) in mergeBoot()
H A Dboot_merger.h84 line_t* code471Path; member