Przeglądaj źródła

Merge branch 'fix/no_stub_secure_boot_v4.3' into 'release/v4.3'

secure_boot: Enable --no-stub if secure boot enabled (v4.3)

See merge request espressif/esp-idf!15320
Mahavir Jain 4 lat temu
rodzic
commit
0021be424f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      components/bootloader/Kconfig.projbuild

+ 1 - 0
components/bootloader/Kconfig.projbuild

@@ -472,6 +472,7 @@ menu "Security features"
         bool "Enable hardware Secure Boot in bootloader (READ DOCS FIRST)"
         default n
         depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32S2 || ESP32C3_REV_MIN_3
+        select ESPTOOLPY_NO_STUB if !IDF_TARGET_ESP32 && !IDF_TARGET_ESP32S2
         help
             Build a bootloader which enables Secure Boot on first boot.