]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/strmhz.c
arm:at91-boards: remove console_init_f where unnecessary
[karo-tx-uboot.git] / lib / strmhz.c
index d6da1d136eef49c4207127672e0c577f74ae8f47..89f2263aee20ebad1628569cd39a70a77a50a271 100644 (file)
@@ -22,7 +22,7 @@
  */
 #include <common.h>
 
-char *strmhz (char *buf, long hz)
+char *strmhz (char *buf, unsigned long hz)
 {
        long l, n;
        long m;