# HG changeset patch # User Mychaela Falconia # Date 1445539265 0 # Node ID 3f178b3ac50a813d171da1869abaaef8ac6ca222 # Parent c56ba3363aa35cb1ed02960b4a0fbbb12515d37d gsm-fw: preparations for building with L1_DYN_DSP_DWNLD enabled diff -r c56ba3363aa3 -r 3f178b3ac50a gsm-fw/L1/audio_cfile/Makefile --- a/gsm-fw/L1/audio_cfile/Makefile Thu Oct 22 18:19:42 2015 +0000 +++ b/gsm-fw/L1/audio_cfile/Makefile Thu Oct 22 18:41:05 2015 +0000 @@ -1,7 +1,7 @@ CC= arm-elf-gcc CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ - -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ - -DMOVE_IN_INTERNAL_RAM + -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ + -I../tpudrv -DMOVE_IN_INTERNAL_RAM CFLAGS= -O2 -fno-builtin -mthumb-interwork LD= arm-elf-ld diff -r c56ba3363aa3 -r 3f178b3ac50a gsm-fw/L1/cfile/Makefile --- a/gsm-fw/L1/cfile/Makefile Thu Oct 22 18:19:42 2015 +0000 +++ b/gsm-fw/L1/cfile/Makefile Thu Oct 22 18:41:05 2015 +0000 @@ -1,7 +1,7 @@ CC= arm-elf-gcc CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ - -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ - -DMOVE_IN_INTERNAL_RAM + -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ + -I../tpudrv -DMOVE_IN_INTERNAL_RAM CFLAGS= -O2 -fno-builtin -mthumb-interwork ASFLAGS=-mthumb-interwork LD= arm-elf-ld diff -r c56ba3363aa3 -r 3f178b3ac50a gsm-fw/bsp/niq32.c --- a/gsm-fw/bsp/niq32.c Thu Oct 22 18:19:42 2015 +0000 +++ b/gsm-fw/bsp/niq32.c Thu Oct 22 18:41:05 2015 +0000 @@ -213,7 +213,7 @@ IQ_Dummy, /* Not mapped interrupt */ IQ_Dummy /* GEA interrupt */ #elif ((CHIPSET == 7) || (CHIPSET == 8) || (CHIPSET == 10) || (CHIPSET == 11)) -#if 0 //(L1_DYN_DSP_DWNLD == 1) +#if (L1_DYN_DSP_DWNLD == 1) IQ_ApiHandler, /* LEAD */ #else IQ_Dummy, /* LEAD */ @@ -492,7 +492,7 @@ #endif } -#if 0 //(L1_DYN_DSP_DWNLD == 1) +#if (L1_DYN_DSP_DWNLD == 1) /*-------------------------------------------------------*/ /* IQ_ApiHandler() */ /*-------------------------------------------------------*/