Home
last modified time | relevance | path

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

/external/u-boot/common/
Dupdate.c49 static uchar *saved_prot_info; variable
110 saved_prot_info = in update_flash_protect()
112 if (!saved_prot_info) in update_flash_protect()
125 sp_info_ptr = saved_prot_info + (bank * CONFIG_SYS_MAX_FLASH_SECT); in update_flash_protect()
166 if((prot == 1) && saved_prot_info) in update_flash_protect()
167 free(saved_prot_info); in update_flash_protect()