Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c208 static int last_slot_index = -1; in spl_get_current_slot() local
225 if (last_slot_index == 0) { in spl_get_current_slot()
228 } else if (last_slot_index == 1) { in spl_get_current_slot()
266 if (last_slot_index != slot_index_to_boot) { in spl_get_current_slot()
267 last_slot_index = slot_index_to_boot; in spl_get_current_slot()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c321 static int last_slot_index = -1; in rk_avb_ab_slot_select() local
351 if (last_slot_index != slot_index_to_boot) { in rk_avb_ab_slot_select()
352 last_slot_index = slot_index_to_boot; in rk_avb_ab_slot_select()