Skip to content

Commit

Permalink
bootloader: Fix crash enabling flash encryption
Browse files Browse the repository at this point in the history
Regression in 9c715d7
  • Loading branch information
projectgus authored and igrr committed Nov 1, 2018
1 parent 12e5f25 commit 7d6b826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/bootloader/subproject/main/esp32.bootloader.ld
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7d6b826

Please sign in to comment.