changeset 581:a0a45c5eb3ef

gsmcomp.c: bumping trace partition size to 220 like in gprscomp.c This change is safe in terms of RAM usage because all of these partition pools have already been moved from XRAM to IRAM earlier, and our IRAM usage in VO configs is currently quite low - the one near the limit is XRAM on C11x.
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Jan 2019 03:52:49 +0000
parents d7a40e34fee0
children 72f5b47a0d07
files src/condat2/com/src/config/gsmcomp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/condat2/com/src/config/gsmcomp.c	Tue Jan 29 03:41:35 2019 +0000
+++ b/src/condat2/com/src/config/gsmcomp.c	Tue Jan 29 03:52:49 2019 +0000
@@ -480,7 +480,7 @@
 
 #define TEST_PARTITION_0_SIZE     80	/* was 16 */
 #ifdef _TARGET_
-  #define TEST_PARTITION_1_SIZE  200	/* FreeCalypso: up from TI's 160 */
+  #define TEST_PARTITION_1_SIZE  220	/* FreeCalypso: up from TI's 160 */
 #else
   #define TEST_PARTITION_1_SIZE  260
 #endif /* else, #ifdef _TARGET_ */