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>
This commit is contained in:
Sylvain Munaut 2011-08-03 11:39:49 +02:00
parent d8bb915da8
commit 178992a232
1 changed files with 1 additions and 1 deletions

View File

@ -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