]> git.baikalelectronics.ru Git - uboot.git/commit
malloc: adjust memcpy() and memset() definitions.
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 10 Feb 2021 17:59:21 +0000 (18:59 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commite0fbe4d4c3ef4d47e5a14cb04769064a5b60426a
tree5eeb4ed36a269f4a97a6c668635283a1553eee6b
parent03dc215f1455119afe907a65d8072427c1222144
malloc: adjust memcpy() and memset() definitions.

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@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/malloc.h