diff src/condat2/com/src/config/gsmcomp.c @ 579:8a2aa6b8aed8

GPF test partition size increased to accommodate longer traces This change is needed in order to accommodate the increased length of the firmware version string which is emitted as a trace on boot, but it will certainly help with other traces too.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Jan 2019 04:56:35 +0000
parents edd20483fa59
children a0a45c5eb3ef
line wrap: on
line diff
--- a/src/condat2/com/src/config/gsmcomp.c	Sun Jan 27 22:47:19 2019 +0000
+++ b/src/condat2/com/src/config/gsmcomp.c	Mon Jan 28 04:56:35 2019 +0000
@@ -480,7 +480,7 @@
 
 #define TEST_PARTITION_0_SIZE     80	/* was 16 */
 #ifdef _TARGET_
-  #define TEST_PARTITION_1_SIZE  160
+  #define TEST_PARTITION_1_SIZE  200	/* FreeCalypso: up from TI's 160 */
 #else
   #define TEST_PARTITION_1_SIZE  260
 #endif /* else, #ifdef _TARGET_ */