1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-24 13:22:05 +00:00

build(core): place secp256k1-zkp in FLASH2 to make space for bootloader

[no changelog]
This commit is contained in:
Martin Milata 2021-11-23 13:50:08 +01:00
parent ee4ef81039
commit aa3784f726

View File

@ -44,6 +44,7 @@ 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*);
. = ALIGN(512); . = ALIGN(512);
} >FLASH2 AT>FLASH2 } >FLASH2 AT>FLASH2