1
0
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:
tychovrahe 2022-09-14 16:35:44 +02:00 committed by TychoVrahe
parent 90771ebb59
commit 99eaaae28e

View File

@ -45,9 +45,11 @@ SECTIONS {
.flash2 : ALIGN(512) {
build/firmware/frozen_mpy.o(.rodata*);
build/firmware/vendor/secp256k1-zkp/src/secp256k1.o(.rodata*);
build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult.o(.rodata*);
build/firmware/vendor/secp256k1-zkp/src/precomputed_ecmult_gen.o(.rodata*);
build/firmware/vendor/trezor-crypto/aes/aestab.o(.rodata*);
. = ALIGN(4);
*/libtrezor_lib.a:(.text*);
. = ALIGN(4);
*/libtrezor_lib.a:(.rodata*);
. = ALIGN(512);
} >FLASH2 AT>FLASH2