summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 40d5502)
raw | patch | inline | side by side (parent: 40d5502)
author | Tinku Mannan <tmannan@ti.com> | |
Thu, 5 Jun 2014 20:34:44 +0000 (16:34 -0400) | ||
committer | Tinku Mannan <tmannan@ti.com> | |
Thu, 5 Jun 2014 20:34:44 +0000 (16:34 -0400) |
ti/runtime/hplib/src/hplib_loc.h | patch | blob | history |
index 38981adabbeb94e65fa95502f0c4b4078b7354f2..b4917687977789996999effd34a5614fa5bd4928 100755 (executable)
#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