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 /include/version.h | |
parent | 08f1080c9cbde2a500e6efe8bc5647a68f183c91 (diff) |
* 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 'include/version.h')
-rw-r--r-- | include/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h index 90eb79db34e..9098055e42f 100644 --- a/include/version.h +++ b/include/version.h @@ -24,6 +24,6 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define U_BOOT_VERSION "U-Boot 1.1.1" +#define U_BOOT_VERSION "U-Boot 1.1.2" #endif /* __VERSION_H__ */ |