From 2dcdb573f9cc2e55cc15b090dedf302f22259745 Mon Sep 17 00:00:00 2001 From: Tomas Krnak Date: Thu, 17 Nov 2022 13:53:17 +0700 Subject: [PATCH] fixup! feat(core): add Zcash shielded transactions --- core/embed/firmware/memory_T.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/core/embed/firmware/memory_T.ld b/core/embed/firmware/memory_T.ld index c64d9b45a..e50df36cd 100644 --- a/core/embed/firmware/memory_T.ld +++ b/core/embed/firmware/memory_T.ld @@ -50,6 +50,7 @@ SECTIONS { build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult_gen.o(.rodata*); . = ALIGN(512); } >FLASH2 AT>FLASH2 + .flash : ALIGN(512) { KEEP(*(.vector_table)); . = ALIGN(4);