Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.h61 #define OPT_NAME "NAME" macro
H A Dboot_merger.c166 if (fscanf(file, OPT_NAME "=%s", gOpts.chip) != 1) { in parseChip()
331 fprintf(out, SEC_CHIP "\n" OPT_NAME "=%s\n", gOpts.chip); in printOpts()