Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c158 if (fscanf(file, OPT_SEC "=%d", &sec) != 1) { in parseBL3x()
232 fprintf(out, SEC_BL30 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL30_SEC].sec); in printOpts()
238 fprintf(out, SEC_BL31 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL31_SEC].sec); in printOpts()
244 fprintf(out, SEC_BL32 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL32_SEC].sec); in printOpts()
250 fprintf(out, SEC_BL33 "\n" OPT_SEC "=%d\n", gOpts.bl3x[BL33_SEC].sec); in printOpts()
H A Dtrust_merger.h34 #define OPT_SEC "SEC" macro