[PATCH 1/1] malloc: adjust memcpy() and memset() definitions.

Simon Glass sjg at chromium.org
Wed Feb 10 22:34:07 CET 2021


On Wed, 10 Feb 2021 at 10:59, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Compiling the sandbox fails on armv7 due to conflicting definitions of
> memcpy() and memset() in include/malloc.h and include/linux/string.h.
>
> Use linux/string.h here.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  include/malloc.h | 3 +++
>  1 file changed, 3 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list