summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/dsp_bootcode.c
diff options
context:
space:
mode:
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 00000000..2db46568
--- /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
+