Explorar el Código

Merge "smcinvoke: Increase MAX_RETRY"

qctecmdr hace 2 años
padre
commit
8a7364d25d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 */