summaryrefslogtreecommitdiffstats
path: root/Src/osmoconbb/src/target_dsp/calypso/dsp_dump.lds
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmoconbb/src/target_dsp/calypso/dsp_dump.lds')
-rw-r--r--Src/osmoconbb/src/target_dsp/calypso/dsp_dump.lds22
1 files changed, 0 insertions, 22 deletions
diff --git a/Src/osmoconbb/src/target_dsp/calypso/dsp_dump.lds b/Src/osmoconbb/src/target_dsp/calypso/dsp_dump.lds
deleted file mode 100644
index 5663302..0000000
--- a/Src/osmoconbb/src/target_dsp/calypso/dsp_dump.lds
+++ /dev/null
@@ -1,22 +0,0 @@
-OUTPUT_FORMAT("coff1-c54x")
-OUTPUT_ARCH("")
-MEMORY
-{
- apiram (RWXI) : ORIGIN = 0x0800, LENGTH = 0x2000
-}
-SECTIONS
-{
- . = 0x0800;
-
- .apiram :
- {
- PROVIDE(_api_ram = .);
- *(.apiram)
- } > apiram
-
- .text :
- {
- *(.text)
- } > apiram
-}
-