Lines Matching refs:list2
1276 char *list2 = NULL; in bootargs_add_fwver() local
1294 list2 = calloc(1, FWVER_LEN); in bootargs_add_fwver()
1295 if (!list2) in bootargs_add_fwver()
1297 strcat(list2, "uboot-"); in bootargs_add_fwver()
1300 strcat(list2, BUILD_TAG); in bootargs_add_fwver()
1301 strcat(list2, "-"); in bootargs_add_fwver()
1305 strncat(list2, p + strlen("2017.09-g"), 10); in bootargs_add_fwver()
1306 strcat(list2, "-"); in bootargs_add_fwver()
1308 strcat(list2, U_BOOT_DMI_DATE); in bootargs_add_fwver()
1311 if (list1 || list2) { in bootargs_add_fwver()
1319 if (list2) { in bootargs_add_fwver()
1320 strcat(fwver, list2); in bootargs_add_fwver()
1333 if (list2) in bootargs_add_fwver()
1334 free(list2); in bootargs_add_fwver()