Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into...
[platform/kernel/u-boot.git] / lib / hash-checksum.c
index d732ecc..8f2a42f 100644 (file)
@@ -17,7 +17,7 @@
 #include <image.h>
 
 int hash_calculate(const char *name,
-                   const struct image_region region[],
+                   const struct image_region *region,
                    int region_count, uint8_t *checksum)
 {
        struct hash_algo *algo;