summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-02-23 16:07:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2023-02-23 16:07:24 +0100
commitcca9aec929bcd1b98c436c2d3e123e521ce75a9e (patch)
treee4e0d3699c917518e0cd710f4811010ef159c981 /common
parent2e8e8c6463dde11eaea3746a8c68bb07bbf13187 (diff)
parent734e8e3a2630974c2532946d930dd6fce9d48c8a (diff)
downloadbarebox-cca9aec929bcd1b98c436c2d3e123e521ce75a9e.tar.gz
Merge branch 'for-next/ratp'
Diffstat (limited to 'common')
-rw-r--r--common/ratp/ratp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ratp/ratp.c b/common/ratp/ratp.c
index 424c9406d2..fddb286e01 100644
--- a/common/ratp/ratp.c
+++ b/common/ratp/ratp.c
@@ -486,7 +486,7 @@ int barebox_ratp(struct console_device *cdev)
ctx->cdev = cdev;
ctx->have_synch = 1;
- ret = ratp_establish(&ctx->ratp, false, 100);
+ ret = ratp_establish(&ctx->ratp, false, 1000);
if (ret < 0)
goto out;