Home
last modified time | relevance | path

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

/external/u-boot/common/
Dupdate.c102 uchar *sp_info_ptr; in update_flash_protect() local
107 sp_info_ptr = NULL; in update_flash_protect()
125 sp_info_ptr = saved_prot_info + (bank * CONFIG_SYS_MAX_FLASH_SECT); in update_flash_protect()
144 sp_info_ptr[i] = info->protect[i]; in update_flash_protect()
149 if (sp_info_ptr[i] == 1) { in update_flash_protect()