commit | c87d41efc8c7ed867bbaba94f73e53f5c04278c4 | [log] [tgz] |
---|---|---|
author | Marek Matej <marek.matej@espressif.com> | Fri Aug 16 22:41:36 2024 +0200 |
committer | almir-okato <66885489+almir-okato@users.noreply.github.com> | Mon Aug 19 10:47:04 2024 -0300 |
tree | 047bcbedb8c63e90e59f13ad545ff94698b36edc | |
parent | 12906fdeff4d46752fe3c7f211a7a2fbbc8b7318 [diff] |
boot: zephyr: Fix included header Rename the header file after upstream change. Signed-off-by: Marek Matej <marek.matej@espressif.com>
diff --git a/boot/zephyr/main.c b/boot/zephyr/main.c index 7429969..0e6e0f8 100644 --- a/boot/zephyr/main.c +++ b/boot/zephyr/main.c
@@ -49,7 +49,7 @@ #ifdef CONFIG_SOC_FAMILY_ESPRESSIF_ESP32 #include <bootloader_init.h> -#include <esp_loader.h> +#include <esp_image_loader.h> #define IMAGE_INDEX_0 0 #define IMAGE_INDEX_1 1