We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87d41e commit 334d2c2Copy full SHA for 334d2c2
boot/zephyr/main.c
@@ -277,7 +277,9 @@ static void copy_img_to_SRAM(int slot, unsigned int hdr_offset)
277
*/
278
static void do_boot(struct boot_rsp *rsp)
279
{
280
+#ifndef CONFIG_SOC_FAMILY_ESPRESSIF_ESP32
281
void *start;
282
+#endif /* CONFIG_SOC_FAMILY_ESPRESSIF_ESP32 */
283
284
BOOT_LOG_INF("br_image_off = 0x%x\n", rsp->br_image_off);
285
BOOT_LOG_INF("ih_hdr_size = 0x%x\n", rsp->br_hdr->ih_hdr_size);
0 commit comments