diff gsm-fw/riviera/rvf/rvf_pool_size.h @ 220:aa4ba71a1032

gsm-fw: FFS code hooked in, FFS-in-RAM config works on the Pirelli target
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Jan 2014 20:50:33 +0000
parents 9dbf3248a197
children
line wrap: on
line diff
--- a/gsm-fw/riviera/rvf/rvf_pool_size.h	Mon Jan 06 20:24:53 2014 +0000
+++ b/gsm-fw/riviera/rvf/rvf_pool_size.h	Mon Jan 06 20:50:33 2014 +0000
@@ -176,7 +176,7 @@
  * FFS SWE
  */
 #ifdef RVM_FFS_SWE
-  #include "ffs/ffs_pool_size.h"
+  #include "../../services/ffs/ffs_pool_size.h"
   #define RVF_FFS_POOL_SIZE  (FFS_POOL_SIZE)
 #else
   #define RVF_FFS_POOL_SIZE  (0)