1
0
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:
matejcik 2023-04-07 13:40:36 +02:00 committed by matejcik
parent dd4d020a76
commit 01b7cfd86f

View File

@ -47,7 +47,7 @@ SECTIONS {
*(.text*);
. = ALIGN(4);
*(.rodata*);
. = ALIGN(512);
. = ALIGN(128K);
} >FLASH AT>FLASH
.data : ALIGN(4) {