# HG changeset patch # User Michael Spacefalcon # Date 1407275405 0 # Node ID eb3fb4d0dcf049411a45124b51a16357424d490f # Parent 85562a6b635676290c7fc74c78f3747f4c11355b L1: disable all DSP patch DWNLD for now diff -r 85562a6b6356 -r eb3fb4d0dcf0 gsm-fw/L1/cust0/l1_cust.c --- a/gsm-fw/L1/cust0/l1_cust.c Mon Aug 04 21:43:47 2014 +0000 +++ b/gsm-fw/L1/cust0/l1_cust.c Tue Aug 05 21:50:05 2014 +0000 @@ -129,7 +129,6 @@ extern T_TEMP temperature[TEMP_TABLE_SIZE]; /* FreeCalypso configuration */ -#define DWNLD PATCH_DWNLD #define STD DUALEXT // Nucleus functions diff -r 85562a6b6356 -r eb3fb4d0dcf0 gsm-fw/L1/include/l1_confg.h --- a/gsm-fw/L1/include/l1_confg.h Mon Aug 04 21:43:47 2014 +0000 +++ b/gsm-fw/L1/include/l1_confg.h Tue Aug 05 21:50:05 2014 +0000 @@ -70,13 +70,16 @@ #define CODE_VERSION NOT_SIMULATION #define AMR 1 #define L1_12NEIGH 1 -#define L1_DYN_DSP_DWNLD 0 /* for now */ #define L1_EOTD 0 #define L1_GTT 0 #define ORDER2_TX_TEMP_CAL 1 #define TRACE_TYPE 4 #define VCXO_ALGO 1 +/* let's try running without any DSP patches initially */ +#define DWNLD 0 +#define L1_DYN_DSP_DWNLD 0 + /* TESTMODE will be enabled with feature l1tm */ #if CONFIG_AUDIO