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

View File

@ -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) {