Increase the force wake timeout to 100ms for debug builds as mhi requires 100ms to wake up. Change-Id: Ida0b1287a86a5a97fd2d9c80fee4e677eea86cbe CRs-Fixed: 2552815
@@ -42,7 +42,13 @@
* OFFSET = 4K - 32 bytes = 0x4063
*/
#define MAPPED_REF_OFF 0x4063
+
+#ifdef HAL_CONFIG_SLUB_DEBUG_ON
+#define FORCE_WAKE_DELAY_TIMEOUT 100
+#else
#define FORCE_WAKE_DELAY_TIMEOUT 50
+#endif /* HAL_CONFIG_SLUB_DEBUG_ON */
#define FORCE_WAKE_DELAY_MS 5
/**