mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 05:12:02 +00:00
build(core): place secp256k1-zkp in FLASH2 to make space for bootloader
[no changelog]
This commit is contained in:
parent
ee4ef81039
commit
aa3784f726
@ -44,6 +44,7 @@ SECTIONS {
|
||||
|
||||
.flash2 : ALIGN(512) {
|
||||
build/firmware/frozen_mpy.o(.rodata*);
|
||||
build/firmware/vendor/secp256k1-zkp/src/secp256k1.o(.rodata*);
|
||||
. = ALIGN(512);
|
||||
} >FLASH2 AT>FLASH2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user