summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/calypso/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/calypso/dsp.c')
-rw-r--r--src/target/firmware/calypso/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/firmware/calypso/dsp.c b/src/target/firmware/calypso/dsp.c
index 5a17c5a..1daecb2 100644
--- a/src/target/firmware/calypso/dsp.c
+++ b/src/target/firmware/calypso/dsp.c
@@ -181,7 +181,7 @@ static void dsp_pre_boot(const struct dsp_section *bootcode)
if (bootcode) {
dputs("Loading initial DSP bootcode (API boot mode)\n");
- dsp_upload_sections_api(dsp_bootcode, DSP_BASE_API_MIRROR);
+ dsp_upload_sections_api(bootcode, DSP_BASE_API_MIRROR);
writew(BL_STATUS_NA, BL_CMD_STATUS);
} else