1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 15:00:58 +00:00

chore(core): re-balance distribution in flash on F4 models

[no changelog]
This commit is contained in:
tychovrahe 2024-12-22 10:49:24 +01:00 committed by TychoVrahe
parent 594445c1f9
commit 04a1b3943f

View File

@ -37,10 +37,6 @@ SECTIONS {
.flash2 : ALIGN(CODE_ALIGNMENT) {
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);