# HG changeset patch # User Space Falcon # Date 1436066260 0 # Node ID bacf366e8ce304f7910ebe3139c2598896e8495d # Parent 2caa749fae346d16c12062d13073dd599246689b gsm-fw: DSP patch codes included in the link diff -r 2caa749fae34 -r bacf366e8ce3 gsm-fw/L1/cfile/l1_func.c --- a/gsm-fw/L1/cfile/l1_func.c Sun Jul 05 03:05:13 2015 +0000 +++ b/gsm-fw/L1/cfile/l1_func.c Sun Jul 05 03:17:40 2015 +0000 @@ -150,15 +150,15 @@ /* DSP patch */ #if (DWNLD == NO_DWNLD) - const UWORD8 patch_array[1]; - const UWORD8 DspCode_array[1] ; - const UWORD8 DspData_array[1]; + const UWORD8 patch_array[1] = {0}; + const UWORD8 DspCode_array[1] = {0}; + const UWORD8 DspData_array[1] = {0}; #elif (DWNLD == PATCH_DWNLD) extern const UWORD8 patch_array[] ; - const UWORD8 DspCode_array[1] ; - const UWORD8 DspData_array[1]; + const UWORD8 DspCode_array[1] = {0}; + const UWORD8 DspData_array[1] = {0}; #elif (DWNLD == DSP_DWNLD) - const UWORD8 patch_array[1] ; + const UWORD8 patch_array[1] = {0}; extern const UWORD8 DspCode_array[] ; extern const UWORD8 DspData_array[]; #else diff -r 2caa749fae34 -r bacf366e8ce3 gsm-fw/L1/dsp/Makefile --- a/gsm-fw/L1/dsp/Makefile Sun Jul 05 03:05:13 2015 +0000 +++ b/gsm-fw/L1/dsp/Makefile Sun Jul 05 03:17:40 2015 +0000 @@ -4,7 +4,9 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb -OBJS= leadapi.o leadboot.o +OBJS= amr_mms_patch_file36_10.o amr_sch_patch_file36_10.o \ + e2_patch_file36_10.o gprs_patch_file36_10.o leadapi.o leadboot.o \ + patch_file36_10_dyn_dwl.o tty_patch_file36_10.o all: libdsp.a