aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/occ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/occ.c b/hw/occ.c
index 7e6284a..62a62a8 100644
--- a/hw/occ.c
+++ b/hw/occ.c
@@ -90,7 +90,7 @@ static bool wait_for_all_occ_init(void)
* homer_base+size before passing memory to host services.
* This ensures occ_data->valid == 0 before OCC load
*/
- tries = 20; /* 2 secs */
+ tries = 600; /* 60 secs */
while((occ_data->valid != 1) && tries--) {
time_wait_ms(100);
}