FreeCalypso > hg > fc-magnetite
diff src/condat2/frame/config/gprscomp.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 | 1b9df37ab303 |
children |
line wrap: on
line diff
--- 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