summaryrefslogtreecommitdiffstats
path: root/src/target/firmware
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2011-08-03 11:39:49 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-08-03 11:39:49 +0200
commit178992a23246f8398c27e97546e135f7a470b047 (patch)
tree3de152c6afd9ac6da66bb4771a7c8cce191e7d94 /src/target/firmware
parentd8bb915da8c2f3fe948b65fd39ee0349eb6a9812 (diff)
fw/calypso/dsp: Fix wrong hardcoded boot code constant
No functional impact tough. Thanks to Job <baseband@hackwerk.org> on the ML for pointing this out Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/target/firmware')
-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 5a17c5af..1daecb2d 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