mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-06 23:30:30 +03:00
The PSRAM encryption anti-FI check in mmu_ll_write_entry() pulls in ESP_FAULT_ASSERT and efuse_hal_chip_revision(), which inflate the bootloader image size. The check is not meaningful in the bootloader or in the ESP-TEE build, so guard it out for both. Applies to esp32c5, esp32c61 and esp32p4.