Browse Source

Merge "smcinvoke: Increase MAX_RETRY"

qctecmdr 2 years ago
parent
commit
8a7364d25d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      smcinvoke/smcinvoke.c

+ 2 - 1
smcinvoke/smcinvoke.c

@@ -56,7 +56,8 @@
 #define SMCINVOKE_MEM_RGN_OBJ			1
 #define SMCINVOKE_MEM_PERM_RW			6
 #define SMCINVOKE_SCM_EBUSY_WAIT_MS		30
-#define SMCINVOKE_SCM_EBUSY_MAX_RETRY		67
+#define SMCINVOKE_SCM_EBUSY_MAX_RETRY		200
+
 
 
 /* TZ defined values - Start */