Searched refs:OPT_ADDR (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.c | 196 if (fscanf(file, OPT_ADDR "=%s", buf) != 1) { in parseBL3x() 235 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL30_SEC].addr); in printOpts() 241 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL31_SEC].addr); in printOpts() 247 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL32_SEC].addr); in printOpts() 253 fprintf(out, OPT_ADDR "=0x%08x\n", gOpts.bl3x[BL33_SEC].addr); in printOpts()
|
| H A D | trust_merger.h | 36 #define OPT_ADDR "ADDR" macro
|