fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header

This commit is contained in:
harshal.patil
2024-05-07 14:57:26 +05:30
parent 5dfbc47192
commit 3eb6487bb5
10 changed files with 13 additions and 7 deletions

View File

@@ -34,6 +34,9 @@
#include "esp_app_desc.h"
#include "esp_secure_boot.h"
#include "esp_flash_encrypt.h"
#ifndef BOOTLOADER_BUILD
#include "spi_flash_mmap.h"
#endif
#include "esp_flash_partitions.h"
#include "bootloader_flash_priv.h"
#include "bootloader_random.h"