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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user