]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_autoscript.c
* Fix mdelay() on TRAB - this was still the debugging version with
[karo-tx-uboot.git] / common / cmd_autoscript.c
index 49bd463f699b4574a0c69f9e86a255a9384d8555..7e706c93a73abee77679145ebfff6a87b63b4411 100644 (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;