From: Angus Gratton Date: Wed, 26 Sep 2018 07:48:50 +0000 (+1000) Subject: bootloader: Fix crash enabling flash encryption X-Git-Tag: v3.2-beta1~83^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d99513bdbc3022e6b8969c1cd4dfae984d3c939;p=esp-idf bootloader: Fix crash enabling flash encryption Regression in 9c715d7946a9595bad53307cf0a141d4226d0a5a --- diff --git a/components/bootloader/subproject/main/esp32.bootloader.ld b/components/bootloader/subproject/main/esp32.bootloader.ld index 1a182acb5e..85a3c67524 100644 --- a/components/bootloader/subproject/main/esp32.bootloader.ld +++ b/components/bootloader/subproject/main/esp32.bootloader.ld @@ -54,6 +54,7 @@ SECTIONS *libbootloader_support.a:secure_boot_signatures.*(.literal .text .literal.* .text.*) *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*) *libspi_flash.a:*.*(.literal .text .literal.* .text.*) + *libsoc.a:rtc_wdt.*(.literal .text .literal.* .text.*) *(.fini.literal) *(.fini) *(.gnu.version)