commit | c915ceb6a5b2878c886fc911689b0cdfbcd6cbf6 | [log] [tgz] |
---|---|---|
author | Ruchika Gupta <ruchika.gupta@freescale.com> | Fri Jan 23 16:01:58 2015 +0530 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 29 17:09:59 2015 -0700 |
tree | bc33cb66f5de61c151842fd4065cc1e84ed14bfb | |
parent | b6a1096e7617709b2aaba50166e73843edb6a67e [diff] [blame] |
Use hash.c in mkimage Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/Makefile b/tools/Makefile index 46b90b2..ea76a3e 100644 --- a/tools/Makefile +++ b/tools/Makefile
@@ -91,6 +91,7 @@ socfpgaimage.o \ lib/sha1.o \ lib/sha256.o \ + common/hash.o \ ublimage.o \ $(LIBFDT_OBJS) \ $(RSA_OBJS-y)