mkimage: fit: Do not tail-pad fitImage with external data
[oweals/u-boot.git] / tools / pbl_crc32.c
index 06da1d92ffdd69a1406e989c78ae1501e774ff07..9b1ca55348bba6f7e0557b44cb6c8472e47b534c 100644 (file)
@@ -5,6 +5,7 @@
  * Cleaned up and refactored by Charles Manning.
  */
 #include "pblimage.h"
+#include <u-boot/crc.h>
 
 static uint32_t crc_table[256];
 static int crc_table_valid;