Except minidump for kailua. Change-Id: I8e0d5fe57f05a027f47088111811f362f7bf0c2f Signed-off-by: George Shen <[email protected]>
@@ -23,10 +23,10 @@ enum queue_state {
QUEUE_INVALID,
};
-#ifdef CONFIG_EVA_WAIPIO
#define CVP_SYNX_ENABLED 1
#define CVP_MMRM_ENABLED 1
#define CVP_FASTRPC_ENABLED 1
+#ifdef CONFIG_EVA_WAIPIO
#define CVP_MINIDUMP_ENABLED 1
#endif
@@ -994,7 +994,7 @@ static inline int __boot_firmware(struct iris_hfi_device *device)
}
/* Reduce to 500, 1000 on silicon */
- usleep_range(5000, 10000);
+ usleep_range(50000, 100000);
count++;