1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

* 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
This commit is contained in:
wdenk
2004-02-27 00:07:27 +00:00
parent 80885a9d52
commit 11dadd547c
7 changed files with 51 additions and 136 deletions

View File

@@ -62,7 +62,7 @@ struct rpc_t {
uint32_t verifier;
uint32_t v2;
uint32_t astatus;
uint32_t data[1];
uint32_t data[19];
} reply;
} u;
};