diff options
author | wdenk <wdenk> | 2004-02-27 00:07:27 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-02-27 00:07:27 +0000 |
commit | 11dadd547c08a3480ea153482e99c6ae70b73415 (patch) | |
tree | 2386e4f325ab15e52cfadcb34c3d8ba8e36fb977 /CHANGELOG | |
parent | 80885a9d526b6b9666500d17ec7941b9dad8de44 (diff) | |
download | u-boot-imx-11dadd547c08a3480ea153482e99c6ae70b73415.zip u-boot-imx-11dadd547c08a3480ea153482e99c6ae70b73415.tar.gz u-boot-imx-11dadd547c08a3480ea153482e99c6ae70b73415.tar.bz2 |
* Patch by Steven Scholz, 25 Feb 2004:
- Timeouts in FPGA code should be based on CFG_HZ
- Minor cleanup in code for Altera FPGA ACEX1K
* Patch by Steven Scholz, 25 Feb 2004:
Changed "Directory Hierarchy" section in README
* Patch by Masami Komiya, 25 Feb 2004:
Reduce copy count in nfs_read_reply() of NFS code
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,6 +2,16 @@ Changes for U-Boot 1.0.2: ====================================================================== +* Patch by Steven Scholz, 25 Feb 2004: + - Timeouts in FPGA code should be based on CFG_HZ + - Minor cleanup in code for Altera FPGA ACEX1K + +* Patch by Steven Scholz, 25 Feb 2004: + Changed "Directory Hierarchy" section in README + +* Patch by Masami Komiya, 25 Feb 2004: + Reduce copy count in nfs_read_reply() of NFS code + * Patch by Markus Pietrek, 24 Feb 2004: NS9750 DevBoard added |