Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Ddfu_alt_info.c18 char current_slot[3] = {0}; in get_dfu_alt() local
36 rk_avb_get_current_slot(current_slot); in get_dfu_alt()
38 if (!strcmp(current_slot, "_a")) { in get_dfu_alt()
41 } else if (!strcmp(current_slot, "_b")) { in get_dfu_alt()
/rk3399_rockchip-uboot/cmd/
H A Dtftp_update.c44 char current_slot[3]; member
289 printf(" current_slot: %s\n", local->current_slot); in print_hdr_local()
331 ret = rk_avb_get_current_slot(local->current_slot); in hdr_param_verify()
337 strcpy(local->current_slot, "-"); in hdr_param_verify()
434 if (!strcmp(hdr->current_slot, slot_suffix)) in update_ignore_image()