From 699b13a6064e642280caffaa83c10b359a6c1114 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Nov 2002 18:03:52 +0000 Subject: * 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. --- common/cmd_autoscript.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/cmd_autoscript.c b/common/cmd_autoscript.c index 49bd463..7e706c9 100644 --- a/common/cmd_autoscript.c +++ b/common/cmd_autoscript.c @@ -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; -- cgit v1.1