mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-27 07:40:59 +00:00
fix(core/embed): fix prodtest build
[no changelog]
This commit is contained in:
parent
5210d2fa50
commit
a6741556d0
@ -54,7 +54,11 @@ SECTIONS {
|
|||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(.rodata*);
|
*(.rodata*);
|
||||||
. = ALIGN(128K);
|
. = ALIGN(128K);
|
||||||
} >FLASH AT>FLASH
|
} >FLASH
|
||||||
|
|
||||||
|
/DISCARD/ : {
|
||||||
|
*(.ARM.exidx*);
|
||||||
|
}
|
||||||
|
|
||||||
.data : ALIGN(4) {
|
.data : ALIGN(4) {
|
||||||
*(.data*);
|
*(.data*);
|
||||||
|
Loading…
Reference in New Issue
Block a user