diff chipsetsw/riviera/rvt/rvt_pool_size.h @ 21:be8bbcbf2163

pdt_2092: unsuccessful attempts to make LCD output fit into RVT
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 06 Sep 2015 08:38:36 +0000
parents 509db1a7b7b8
children 89f63833708e
line wrap: on
line diff
--- a/chipsetsw/riviera/rvt/rvt_pool_size.h	Sun Sep 06 07:02:09 2015 +0000
+++ b/chipsetsw/riviera/rvt/rvt_pool_size.h	Sun Sep 06 08:38:36 2015 +0000
@@ -37,6 +37,8 @@
 
 #if (TEST==1)
   #define TRACE_MB1_SIZE (750000) /*(25000)*/
+#elif defined(RVM_R2D_SWE)	/* FreeCalypso external LCD output */
+  #define TRACE_MB1_SIZE (150000)
 #elif (!GSMLITE)
   #define TRACE_MB1_SIZE (25000)
 #else