rp: add precompiled boot2 to avoid depending on gcc
This commit is contained in:
8
embassy-rp/link-rp.x.in
Normal file
8
embassy-rp/link-rp.x.in
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
SECTIONS {
|
||||
/* ### Boot loader */
|
||||
.boot2 ORIGIN(BOOT2) :
|
||||
{
|
||||
KEEP(*(.boot2));
|
||||
} > BOOT2
|
||||
}
|
Reference in New Issue
Block a user