summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/dsp_bootcode.c
blob: 2db46568f460da1cef152f7ebd46fc87270386d1 (plain)
1
2
3
4
5
6
7
8
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