On Wed, 10 Feb 2021 at 10:59, Heinrich Schuchardt <xypron.g...@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.g...@gmx.de> > --- > include/malloc.h | 3 +++ > 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>