1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 11:39:03 +00:00

fixup! feat(core): add Zcash shielded transactions

This commit is contained in:
Tomas Krnak 2022-11-17 13:53:17 +07:00
parent ff90b3954c
commit 2dcdb573f9

View File

@ -50,6 +50,7 @@ SECTIONS {
build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult_gen.o(.rodata*); build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult_gen.o(.rodata*);
. = ALIGN(512); . = ALIGN(512);
} >FLASH2 AT>FLASH2 } >FLASH2 AT>FLASH2
.flash : ALIGN(512) { .flash : ALIGN(512) {
KEEP(*(.vector_table)); KEEP(*(.vector_table));
. = ALIGN(4); . = ALIGN(4);