diff options
author | wdenk <wdenk> | 2004-05-03 20:45:30 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-05-03 20:45:30 +0000 |
commit | 2729af9d544bfba5de47698c2852652d95723943 (patch) | |
tree | 5ce61a31488dc73b827f0a7b519d7ae03c8829bd /cpu/mpc8xx/scc.c | |
parent | 08f1080c9cbde2a500e6efe8bc5647a68f183c91 (diff) | |
download | u-boot-imx-2729af9d544bfba5de47698c2852652d95723943.zip u-boot-imx-2729af9d544bfba5de47698c2852652d95723943.tar.gz u-boot-imx-2729af9d544bfba5de47698c2852652d95723943.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8xx/scc.c b/cpu/mpc8xx/scc.c index 1a15a7b..78b2f99 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]; |