From 7d6b82673fcfb74cde5dfbd5ca05c1d76d0375cd Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 26 Sep 2018 17:48:50 +1000 Subject: [PATCH] bootloader: Fix crash enabling flash encryption Regression in 9c715d7946a9595bad53307cf0a141d4226d0a5a --- components/bootloader/subproject/main/esp32.bootloader.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/components/bootloader/subproject/main/esp32.bootloader.ld b/components/bootloader/subproject/main/esp32.bootloader.ld index fb69fcb4c..63b6e4ff1 100644 --- a/components/bootloader/subproject/main/esp32.bootloader.ld +++ b/components/bootloader/subproject/main/esp32.bootloader.ld @@ -48,6 +48,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)