On Sun, Apr 20, 2014 at 10:34:15AM +0200, Andreas Bießmann wrote:

> 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.de...@googlemail.com>
> Cc: Heiko Schocher <h...@denx.de>
> Acked-by: Heiko Schocher<h...@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to