summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2013-08-11 14:36:40 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-12 08:00:36 +0200
commitd37bfa49447aeb77bc6430658265a6be8b37d228 (patch)
tree194e06dd2672c44c87f7f2343fc13b9e9cd0ff53 /fs
parentb5abbd80740063d63f9630b27760484e0c4a36a4 (diff)
downloadbarebox-d37bfa49447aeb77bc6430658265a6be8b37d228.tar.gz
barebox-d37bfa49447aeb77bc6430658265a6be8b37d228.tar.xz
fs: tftp: don't duplicate timeout information
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
-rw-r--r--fs/tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/tftp.c b/fs/tftp.c
index 50efe0d77c..b641faf15a 100644
--- a/fs/tftp.c
+++ b/fs/tftp.c
@@ -40,7 +40,7 @@
#define TFTP_RESEND_TIMEOUT SECOND
/* After this time without progress we will bail out */
-#define TFTP_TIMEOUT (5 * SECOND)
+#define TFTP_TIMEOUT (TIMEOUT * SECOND)
/*
* TFTP operations.