[U-Boot] [PATCH] includes: move openssl headers to include/u-boot

Simon Glass sjg at chromium.org
Wed Jun 18 07:25:51 CEST 2014


Hi Jeroen,

On 12 June 2014 13:27, Jeroen Hofstee <jeroen at myspectrum.nl> wrote:
> commit 18b06652cd "tools: include u-boot version of sha256.h"
> unconditionally forced the sha256.h from u-boot to be used
> for tools instead of the host version. This is fragile though
> as it will also include the host version. Therefore move it
> to include/u-boot to join u-boot/md5.h etc which were renamed
> for the same reason.
>
> cc: Simon Glass <sjg at chromium.org>
> Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>

This seems like a much better solution. But I think you should keep
the sort order - so u-boot/xxx should go after asm/xxx in the
#includes I think.

Regards,
Simon


More information about the U-Boot mailing list