From 178992a23246f8398c27e97546e135f7a470b047 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Wed, 3 Aug 2011 11:39:49 +0200 Subject: fw/calypso/dsp: Fix wrong hardcoded boot code constant No functional impact tough. Thanks to Job on the ML for pointing this out Signed-off-by: Sylvain Munaut --- src/target/firmware/calypso/dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522