Searched refs:OPT_PATH (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.c | 180 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 D | boot_merger.h | 66 #define OPT_PATH "Path" macro
|
| H A D | trust_merger.h | 35 #define OPT_PATH "PATH" macro
|
| H A D | boot_merger.c | 209 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()
|