1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 17:22:22 +02:00

* Fix mdelay() on TRAB - this was still the debugging version with

seconds instead of ms.

* Patch by Robert Schwebel, 1 Nov 2002:
  XScale related cleanup (affects all ARM boards)

* Cleanup of names, warnings and README.
This commit is contained in:
wdenk
2002-11-03 18:03:52 +00:00
parent 24ee89b97a
commit 699b13a606
17 changed files with 40 additions and 31 deletions

View File

@@ -106,7 +106,7 @@ autoscript (ulong addr)
return 1;
}
debug ("** Script length: %d\n", len);
debug ("** Script length: %ld\n", len);
if ((cmd = malloc (len + 1)) == NULL) {
return 1;