summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/dsp_bootcode.c
diff options
context:
space:
mode:
authorHarald Welte2010-02-18 16:46:36 +0100
committerHarald Welte2010-02-18 16:46:36 +0100
commitfbe7b94c9c65f2df74acd5dff7503c9833ec2579 (patch)
tree5f47a597f2f396662719c5a76ac6bf26eda69f6c /src/target/firmware/calypso/dsp_bootcode.c
downloadosmocom-fbe7b94c9c65f2df74acd5dff7503c9833ec2579.tar.gz
osmocom-fbe7b94c9c65f2df74acd5dff7503c9833ec2579.tar.xz
osmocom-fbe7b94c9c65f2df74acd5dff7503c9833ec2579.zip
Initial import of OsmocomBB into git repository
Diffstat (limited to 'src/target/firmware/calypso/dsp_bootcode.c')
-rw-r--r--src/target/firmware/calypso/dsp_bootcode.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/target/firmware/calypso/dsp_bootcode.c b/src/target/firmware/calypso/dsp_bootcode.c
new file mode 100644
index 0000000..2db4656
--- /dev/null
+++ b/src/target/firmware/calypso/dsp_bootcode.c
@@ -0,0 +1,9 @@
+/* Calypso integrated DSP boot code */
+
+#define _SA_DECL (const uint16_t *)&(const uint16_t [])
+
+/* We don't really need any DSP boot code, it happily works with its own ROM */
+static const struct dsp_section *dsp_bootcode = NULL;
+
+#undef _SA_DECL
+