Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/fw/arc/
H A Dcmdline.c36 static char *used_arc[][2] = { variable
49 for(i = 0; i < ARRAY_SIZE(used_arc); i++) { in move_firmware_args()
50 int len = strlen(used_arc[i][0]); in move_firmware_args()
52 if (!strncmp(prom_argv(actr), used_arc[i][0], len)) { in move_firmware_args()
54 strcat(cp, used_arc[i][1]); in move_firmware_args()
55 cp += strlen(used_arc[i][1]); in move_firmware_args()