This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 417db469c3028d1eaec73744b5baa8aff3436af8 Mon Sep 17 00:00:00 2001 | |
From: Supreet Deshpande <supreet.deshpande@espressif.com> | |
Date: Mon, 9 Nov 2020 04:58:19 +0530 | |
Subject: [PATCH] Secure Boot V2: Fix an issue leading to manual enablement of | |
Secure Boot v2. | |
Fixes https://github.com/espressif/esp-idf/issues/6050 | |
--- | |
.../src/esp32/secure_boot.c | 46 ++++++++++++++----- | |
1 file changed, 34 insertions(+), 12 deletions(-) |