pru: Initial support for the Beaglebone PRU
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
9
src/pru/pru.lds
Normal file
9
src/pru/pru.lds
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Final linker script klipper.elf on the PRU */
|
||||
SECTIONS
|
||||
{
|
||||
/* binutils on the PRU doesn't support --gc-sections so manually
|
||||
* discard the .compile_time_request section */
|
||||
/DISCARD/ : {
|
||||
*( .compile_time_request )
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user