Searched refs:ota_select_map (Results 1 – 1 of 1) sorted by relevance
106 const esp_ota_select_entry_t *ota_select_map; in read_otadata() local118 ota_select_map = bootloader_mmap(ota_info->offset, ota_info->size); in read_otadata()119 if (!ota_select_map) { in read_otadata()124 memcpy(&two_otadata[0], ota_select_map, sizeof(esp_ota_select_entry_t)); in read_otadata()125 … memcpy(&two_otadata[1], (uint8_t *)ota_select_map + SPI_SEC_SIZE, sizeof(esp_ota_select_entry_t)); in read_otadata()126 bootloader_munmap(ota_select_map); in read_otadata()