Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dcontrol.py34 commit_str = '%d commit%s' % (count, GetPlural(count))
36 commit_str = 'current source'
38 'Summary of' if is_summary else 'Building', commit_str,
/openbmc/linux/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()