mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-27 12:39:04 +00:00
fix(core/prodtest): ensure the prodtest image is at least one chunk big
This commit is contained in:
parent
dd4d020a76
commit
01b7cfd86f
@ -47,7 +47,7 @@ SECTIONS {
|
|||||||
*(.text*);
|
*(.text*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(.rodata*);
|
*(.rodata*);
|
||||||
. = ALIGN(512);
|
. = ALIGN(128K);
|
||||||
} >FLASH AT>FLASH
|
} >FLASH AT>FLASH
|
||||||
|
|
||||||
.data : ALIGN(4) {
|
.data : ALIGN(4) {
|
||||||
|
Loading…
Reference in New Issue
Block a user