summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8xx/scc.c
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-05-03 20:45:30 +0000
committerwdenk <wdenk>2004-05-03 20:45:30 +0000
commit2729af9d544bfba5de47698c2852652d95723943 (patch)
tree5ce61a31488dc73b827f0a7b519d7ae03c8829bd /cpu/mpc8xx/scc.c
parent08f1080c9cbde2a500e6efe8bc5647a68f183c91 (diff)
downloadtalos-obmc-uboot-2729af9d544bfba5de47698c2852652d95723943.tar.gz
talos-obmc-uboot-2729af9d544bfba5de47698c2852652d95723943.zip
* Fix minor NAND JFFS2 related issue
* Fixes for SL811 USB controller: - implement workaround for broken memory stick - improve error handling * Increase packet send timeout to 10 ms in cpu/mpc8xx/scc.c to better cope with congested networks.
Diffstat (limited to 'cpu/mpc8xx/scc.c')
-rw-r--r--cpu/mpc8xx/scc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8xx/scc.c b/cpu/mpc8xx/scc.c
index 1a15a7bf10..78b2f9914d 100644
--- a/cpu/mpc8xx/scc.c
+++ b/cpu/mpc8xx/scc.c
@@ -45,7 +45,7 @@
#define TX_BUF_CNT 2
-#define TOUT_LOOP 100
+#define TOUT_LOOP 10000 /* 10 ms to have a packet sent */
static char txbuf[DBUF_LENGTH];
OpenPOWER on IntegriCloud