* 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.
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 @@
 		return 1;
 	}
 
-	debug ("** Script length: %d\n", len);
+	debug ("** Script length: %ld\n", len);
 
 	if ((cmd = malloc (len + 1)) == NULL) {
 		return 1;