Re: [U-Boot] [PATCH] lib/sha256: fix compile on some hosts

2014-04-24 Thread Heiko Schocher
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

Re: [U-Boot] [PATCH] lib/sha256: fix compile on some hosts

2014-04-20 Thread Bo Shen
Hi Andreas, On 04/20/2014 04:34 PM, 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 wh

[U-Boot] [PATCH] lib/sha256: fix compile on some hosts

2014-04-20 Thread 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.