aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/link-rp.x.in
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-29 22:28:36 +0200
committerDario Nieuwenhuis <[email protected]>2021-03-29 22:28:36 +0200
commitd938b95430d543d8a97e611642ef09d803b7bdc1 (patch)
tree3805f3153072cf7329b3b2c45b296c84e8847c2d /embassy-rp/link-rp.x.in
parent4371302da87f7fad4649c0ef4eade9432dc94529 (diff)
rp: add precompiled boot2 to avoid depending on gcc
Diffstat (limited to 'embassy-rp/link-rp.x.in')
-rw-r--r--embassy-rp/link-rp.x.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/embassy-rp/link-rp.x.in b/embassy-rp/link-rp.x.in
new file mode 100644
index 000000000..af463f963
--- /dev/null
+++ b/embassy-rp/link-rp.x.in
@@ -0,0 +1,8 @@
1
2SECTIONS {
3 /* ### Boot loader */
4 .boot2 ORIGIN(BOOT2) :
5 {
6 KEEP(*(.boot2));
7 } > BOOT2
8} \ No newline at end of file