mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
build(core): redistribute content in flash
[no changelog]
This commit is contained in:
parent
90771ebb59
commit
99eaaae28e
@ -45,9 +45,11 @@ SECTIONS {
|
|||||||
|
|
||||||
.flash2 : ALIGN(512) {
|
.flash2 : ALIGN(512) {
|
||||||
build/firmware/frozen_mpy.o(.rodata*);
|
build/firmware/frozen_mpy.o(.rodata*);
|
||||||
build/firmware/vendor/secp256k1-zkp/src/secp256k1.o(.rodata*);
|
build/firmware/vendor/trezor-crypto/aes/aestab.o(.rodata*);
|
||||||
build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult.o(.rodata*);
|
. = ALIGN(4);
|
||||||
build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult_gen.o(.rodata*);
|
*/libtrezor_lib.a:(.text*);
|
||||||
|
. = ALIGN(4);
|
||||||
|
*/libtrezor_lib.a:(.rodata*);
|
||||||
. = ALIGN(512);
|
. = ALIGN(512);
|
||||||
} >FLASH2 AT>FLASH2
|
} >FLASH2 AT>FLASH2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user