comparison 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
comparison
equal deleted inserted replaced
578:2dd5b76c6b42 579:8a2aa6b8aed8
478 #define TSTSND_QUEUE_ENTRIES (TESTPOOL_0_PARTITIONS+TESTPOOL_1_PARTITIONS+TESTPOOL_2_PARTITIONS) 478 #define TSTSND_QUEUE_ENTRIES (TESTPOOL_0_PARTITIONS+TESTPOOL_1_PARTITIONS+TESTPOOL_2_PARTITIONS)
479 #define TSTRCV_QUEUE_ENTRIES 50 479 #define TSTRCV_QUEUE_ENTRIES 50
480 480
481 #define TEST_PARTITION_0_SIZE 80 /* was 16 */ 481 #define TEST_PARTITION_0_SIZE 80 /* was 16 */
482 #ifdef _TARGET_ 482 #ifdef _TARGET_
483 #define TEST_PARTITION_1_SIZE 160 483 #define TEST_PARTITION_1_SIZE 200 /* FreeCalypso: up from TI's 160 */
484 #else 484 #else
485 #define TEST_PARTITION_1_SIZE 260 485 #define TEST_PARTITION_1_SIZE 260
486 #endif /* else, #ifdef _TARGET_ */ 486 #endif /* else, #ifdef _TARGET_ */
487 487
488 #define TEST_PARTITION_2_SIZE 1600 488 #define TEST_PARTITION_2_SIZE 1600