Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c180 if (fscanf(file, OPT_PATH "=%s", buf) != 1) { in parseBL3x()
234 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL30_SEC].path); in printOpts()
240 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL31_SEC].path); in printOpts()
246 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL32_SEC].path); in printOpts()
252 fprintf(out, OPT_PATH "=%s\n", gOpts.bl3x[BL33_SEC].path); in printOpts()
H A Dboot_merger.h66 #define OPT_PATH "Path" macro
H A Dtrust_merger.h35 #define OPT_PATH "PATH" macro
H A Dboot_merger.c209 if (fscanf(file, OPT_PATH "%d=%[^\r^\n]", &index, buf) != 2) in parse471()
246 if (fscanf(file, OPT_PATH "%d=%[^\r^\n]", &index, buf) != 2) in parse472()
337 fprintf(out, OPT_PATH "%d=%s\n", i + 1, gOpts.code471Path[i]); in printOpts()
344 fprintf(out, OPT_PATH "%d=%s\n", i + 1, gOpts.code472Path[i]); in printOpts()