Searched refs:SPI_SEC_SIZE (Results 1 – 2 of 2) sorted by relevance
19 #define SPI_SEC_SIZE 0x1000 macro
112 if (ota_info->size < 2 * SPI_SEC_SIZE) { in read_otadata()113 …nfo partition size %"PRIu32" is too small (minimum %d bytes)", ota_info->size, (2 * SPI_SEC_SIZE)); 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()