Merge remote-tracking branch 'u-boot-imx/master'
[platform/kernel/u-boot.git] / lib / strmhz.c
index d6da1d1..89f2263 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;