diff options
author | Heiko Schocher <hs@denx.de> | 2014-03-03 12:19:25 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-21 16:39:33 -0400 |
commit | 2842c1c24269a05142802d25520e7cb9035e456c (patch) | |
tree | c64d4f99376dad8975f0033f7ef8dfc9d4865605 /tools/sha256.c | |
parent | 097dd3e0a9c4b07909dfa2d97d202f74856cfa81 (diff) | |
download | u-boot-imx-2842c1c24269a05142802d25520e7cb9035e456c.zip u-boot-imx-2842c1c24269a05142802d25520e7cb9035e456c.tar.gz u-boot-imx-2842c1c24269a05142802d25520e7cb9035e456c.tar.bz2 |
fit: add sha256 support
add sha256 support to fit images
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/sha256.c')
-rw-r--r-- | tools/sha256.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sha256.c b/tools/sha256.c new file mode 100644 index 0000000..8ca931f --- /dev/null +++ b/tools/sha256.c @@ -0,0 +1 @@ +#include "../lib/sha256.c" |