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:
parent
594445c1f9
commit
04a1b3943f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user