]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/commitdiff
SDOCM00108150: ipsecmgr_daemon does not stay running
authorTinku Mannan <tmannan@ti.com>
Thu, 5 Jun 2014 20:34:44 +0000 (16:34 -0400)
committerTinku Mannan <tmannan@ti.com>
Thu, 5 Jun 2014 20:34:44 +0000 (16:34 -0400)
ti/runtime/hplib/src/hplib_loc.h

index 38981adabbeb94e65fa95502f0c4b4078b7354f2..b4917687977789996999effd34a5614fa5bd4928 100755 (executable)
@@ -68,15 +68,13 @@ extern "C" {
 #define PASS_CFG_BLK_SZ (1*1024*1024)
 #define SRIO_CFG_BLK_SZ (132*1024)
 #else
+#define QMSS_CFG_BLK_SZ (0x00200000)
+#define QMSS_DATA_BLK_SZ (0x00100000)
 
 #if defined(DEVICE_K2E) || defined(DEVICE_K2L)
-#define QMSS_CFG_BLK_SZ (0x00200000)
 #define PASS_CFG_BLK_SZ (16*1024*1024)
-#define QMSS_DATA_BLK_SZ (0x00100000)
 #else
-#define QMSS_CFG_BLK_SZ (1*1024*1024)
 #define PASS_CFG_BLK_SZ (1*1024*1024)
-#define QMSS_DATA_BLK_SZ (0x60000)
 #endif
 
 #endif