Searched refs:code472Path (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | boot_merger.c | 241 gOpts.code472Path = (line_t *)malloc(sizeof(line_t) * gOpts.code472Num); in parse472() 250 strcpy((char *)gOpts.code472Path[index], buf); in parse472() 251 LOGD("path%i:%s\n", index, gOpts.code472Path[index]); in parse472() 344 fprintf(out, OPT_PATH "%d=%s\n", i + 1, gOpts.code472Path[i]); in printOpts() 461 snprintf(gOpts.code472Path[0], sizeof(gOpts.code472Path[0]), "%s", in parseOpts_from_cmdline() 509 gOpts.code472Path = (line_t *)malloc(sizeof(line_t) * gOpts.code472Num); in initOpts() 510 strcpy((char *)gOpts.code472Path[0], DEF_CODE472_PATH); in initOpts() 846 if (!saveEntry(outFile, (char *)gOpts.code472Path[i], ENTRY_472, in mergeBoot() 864 if (!writeFile(outFile, (char *)gOpts.code472Path[i], false)) in mergeBoot()
|
| H A D | boot_merger.h | 85 line_t* code472Path; member
|