fix(core/prodtest): ensure the prodtest image is at least one chunk big

pull/2965/head
matejcik 1 year ago committed by matejcik
parent dd4d020a76
commit 01b7cfd86f

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

Loading…
Cancel
Save