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:
parent
ff90b3954c
commit
2dcdb573f9
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user