1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-02 03:17:29 +01:00

* Patch by Markus Pietrek, 24 Feb 2004:

NS9750 DevBoard added

* Patch by Pierre AUBERT, 24 Feb 2004
  add USB support for MPC5200

* Patch by Steven Scholz, 24 Feb 2004:
  - fix MII commands to use values from last command

* Patch by Torsten Demke, 24 Feb 2004:
  Add support for the eXalion platform (SPSW-8240, F-30, F-300)
This commit is contained in:
wdenk
2004-02-26 23:46:20 +00:00
parent 0c852a2886
commit 80885a9d52
37 changed files with 6866 additions and 49 deletions

View File

@@ -129,6 +129,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
last_op = op;
last_addr = addr;
last_data = data;
last_reg = reg;
return rcode;
}