From 9fcc469afa01fc9ea42e4cbb96c5b195c5bcd371 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 11 Jan 2012 17:00:30 +0100 Subject: all reupped --- Src/osmolib/src/target_dsp/calypso/dsp_dump.lds | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Src/osmolib/src/target_dsp/calypso/dsp_dump.lds (limited to 'Src/osmolib/src/target_dsp/calypso/dsp_dump.lds') diff --git a/Src/osmolib/src/target_dsp/calypso/dsp_dump.lds b/Src/osmolib/src/target_dsp/calypso/dsp_dump.lds new file mode 100644 index 0000000..5663302 --- /dev/null +++ b/Src/osmolib/src/target_dsp/calypso/dsp_dump.lds @@ -0,0 +1,22 @@ +OUTPUT_FORMAT("coff1-c54x") +OUTPUT_ARCH("") +MEMORY +{ + apiram (RWXI) : ORIGIN = 0x0800, LENGTH = 0x2000 +} +SECTIONS +{ + . = 0x0800; + + .apiram : + { + PROVIDE(_api_ram = .); + *(.apiram) + } > apiram + + .text : + { + *(.text) + } > apiram +} + -- cgit v1.2.3-55-g7522