FreeCalypso > hg > fc-magnetite
changeset 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 | 2dd5b76c6b42 |
children | d7a40e34fee0 |
files | src/condat2/com/src/config/gsmcomp.c src/condat2/frame/config/gprscomp.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
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_ */
--- a/src/condat2/frame/config/gprscomp.c Sun Jan 27 22:47:19 2019 +0000 +++ b/src/condat2/frame/config/gprscomp.c Mon Jan 28 04:56:35 2019 +0000 @@ -576,7 +576,7 @@ #define TEST_PARTITION_0_SIZE 80 #ifdef _TARGET_ - #define TEST_PARTITION_1_SIZE 160 + #define TEST_PARTITION_1_SIZE 220 /* FreeCalypso: up from TI's 160 */ #else #define TEST_PARTITION_1_SIZE 260 #endif