]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools: include u-boot version of sha256.h
authorJeroen Hofstee <jeroen@myspectrum.nl>
Fri, 30 May 2014 13:45:28 +0000 (15:45 +0200)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:25:38 +0000 (16:25 -0400)
commit18b06652cdd58364fe1493fd9996dce2333ed5ba
treea3adea80bc1ffe9e1b422c92c5d1b586c63c3908
parent9262233a963713f1ab77bcf30dcaffdfe6822200
tools: include u-boot version of sha256.h

When building tools the u-boot specific sha256.h is required, but the
host version of sha256.h is used when present. This leads to build errors
on FreeBSD which does have a system sha256.h include. Like libfdt_env.h
explicitly include u-boot's sha256.h.

cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Simon Glass <sjg@chromium.org>
tools/Makefile