1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-26 23:32:03 +00:00

fix(core/embed): fix prodtest build

[no changelog]
This commit is contained in:
cepetr 2024-08-27 11:16:04 +02:00 committed by cepetr
parent 5210d2fa50
commit a6741556d0

View File

@ -54,7 +54,11 @@ SECTIONS {
. = ALIGN(4);
*(.rodata*);
. = ALIGN(128K);
} >FLASH AT>FLASH
} >FLASH
/DISCARD/ : {
*(.ARM.exidx*);
}
.data : ALIGN(4) {
*(.data*);