Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dcontrol.py35 commit_str = '%d commit%s' % (count, GetPlural(count))
37 commit_str = 'current source'
39 'Summary of' if is_summary else 'Building', commit_str,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtas_flash.c406 static const char commit_str[] = "1"; in manage_flash_write() local
423 else if (strncmp(stkbuf, commit_str, strlen(commit_str)) == 0) in manage_flash_write()