summaryrefslogtreecommitdiff
path: root/chip/g/trng.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/trng.c')
-rw-r--r--chip/g/trng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/g/trng.c b/chip/g/trng.c
index b64c3c7dbe..e817034937 100644
--- a/chip/g/trng.c
+++ b/chip/g/trng.c
@@ -33,10 +33,10 @@
/**
* Attempts to read TRNG_EMPTY before reporting a stall.
- * Practically data should be available in less than 400
+ * Practically data should be available in less than 777
* cycles under normal conditions.
*/
-#define TRNG_EMPTY_COUNT 400
+#define TRNG_EMPTY_COUNT 777
void init_trng(void)
{