]> granicus.if.org Git - esp-idf/commit
secure boot: Fix enabling secure boot on first bootloader boot
authorAngus Gratton <angus@espressif.com>
Fri, 18 Aug 2017 02:09:41 +0000 (12:09 +1000)
committerAngus Gratton <gus@projectgus.com>
Wed, 23 Aug 2017 01:19:42 +0000 (11:19 +1000)
commit7755015f4ff8b04e9177f68033741d0a7c37ddb3
treeee0691471ae2c75750207d3d07a9d1e94d52d034
parent43e231c91692dfdb949d147f8b1ea85b9d4fbc6c
secure boot: Fix enabling secure boot on first bootloader boot

Bootloader would accidentally check its own image for a secure boot signature,
but bootloader is unsigned (protected by secure boot digest).
components/bootloader_support/src/esp_image_format.c