Skip to content

Commit 80a8e2e

Browse files
committed
Update linker script name in custom targets for Stax and Flex
1 parent 30f43b3 commit 80a8e2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ledger_secure_sdk_sys/flex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"panic-strategy": "abort",
1414
"pre-link-args": {
1515
"ld.lld": [
16-
"-Tstax_flex_layout.ld",
16+
"-Tflex_layout.ld",
1717
"-Tlink.ld"
1818
],
1919
"ld": [
20-
"-Tstax_flex_layout.ld",
20+
"-Tflex_layout.ld",
2121
"-Tlink.ld"
2222
]
2323
},

ledger_secure_sdk_sys/stax.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"panic-strategy": "abort",
1414
"pre-link-args": {
1515
"ld.lld": [
16-
"-Tstax_flex_layout.ld",
16+
"-Tstax_layout.ld",
1717
"-Tlink.ld"
1818
],
1919
"ld": [
20-
"-Tstax_flex_layout.ld",
20+
"-Tstax_layout.ld",
2121
"-Tlink.ld"
2222
]
2323
},

0 commit comments

Comments
 (0)