mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +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*);
|
||||
. = ALIGN(4);
|
||||
*(.rodata*);
|
||||
. = ALIGN(512);
|
||||
. = ALIGN(128K);
|
||||
} >FLASH AT>FLASH
|
||||
|
||||
.data : ALIGN(4) {
|
||||
|
Loading…
Reference in New Issue
Block a user