imx: add imx8x capricorn giedi board
[oweals/u-boot.git] / tools / proftool.c
index c1803fa78a761b7770af7a031442f1e057c4001d..fecb9d6e99c254e412db87a4a22eb4a4d6caca91 100644 (file)
@@ -205,12 +205,12 @@ static struct func_info *find_caller_by_offset(uint32_t offset)
        return low >= 0 ? &func_list[low] : NULL;
 }
 
-static int read_calls(FILE *fin, int count)
+static int read_calls(FILE *fin, size_t count)
 {
        struct trace_call *call_data;
        int i;
 
-       notice("call count: %d\n", count);
+       notice("call count: %zu\n", count);
        call_list = (struct trace_call *)calloc(count, sizeof(*call_data));
        if (!call_list) {
                error("Cannot allocate call_list\n");