Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dfb_common.c22 const char *okay_str = "OKAY"; in fastboot_okay() local
23 strncpy(response, okay_str, FASTBOOT_RESPONSE_LEN); in fastboot_okay()
24 strncat(response, reason, FASTBOOT_RESPONSE_LEN - strlen(okay_str) - 1); in fastboot_okay()