Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c210 static bool blEraseTypedArea(uint32_t type, uint32_t key1, uint32_t key2) in blEraseTypedArea() function
233 return blEraseTypedArea(BL_FLASH_SHARED, key1, key2); in blExtApiEraseSharedArea()
303 if (blEraseTypedArea(BL_FLASH_KERNEL, BL_FLASH_KEY1, BL_FLASH_KEY2)) in blApplyVerifiedUpdate()