[U-Boot] [PATCH] lib/sha256: fix compile on some hosts
Heiko Schocher
hs at denx.de
Fri Apr 25 06:59:49 CEST 2014
Hello Andreas,
Am 20.04.2014 10:34, schrieb Andreas Bießmann:
> Commit 2842c1c24269a05142802d25520e7cb9035e456c introduced lib/sha256 into
> mkimage. Since then it will be compiled with HOSTCC which may produce errors
> on some systems. Most BSD systems (like OS X for me) do not ship a
> linux/string.h which will lead to take the U-Boot provided
> include/linux/string.h in the end. This header howver is completely wrong
> here. Just take the string.h if compiling with HOSTCC and linux/string.h when
> not.
>
> Signed-off-by: Andreas Bießmann<andreas.devel at googlemail.com>
> Cc: Heiko Schocher<hs at denx.de>
> ---
>
> lib/sha256.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Thanks!
Acked-by: Heiko Schocher<hs at denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
More information about the U-Boot
mailing list