thermal: imx_scu_thermal: prevent boot hang with zero pdata
[oweals/u-boot.git] / lib / image-sparse.c
index 036062139bb905f43703f0b24b9458c49deb7901..187ac28cd364b7f9a9e0d28ee88451ab959ef547 100644 (file)
 
 #include <config.h>
 #include <common.h>
+#include <blk.h>
 #include <image-sparse.h>
 #include <div64.h>
+#include <log.h>
 #include <malloc.h>
 #include <part.h>
 #include <sparse_format.h>
+#include <asm/cache.h>
 
 #include <linux/math64.h>