[U-Boot] [PATCH] fs: cbfs: Fix build of fs/cbfs/cbfs.c when building u-boot sandbox on x86 32-bit

Tom Rini trini at konsulko.com
Sun Jun 19 16:12:42 CEST 2016


On Fri, Jun 17, 2016 at 11:45:37AM +0200, Guillaume GARDET wrote:

> Fix the following build errors when building sandbox on x86 32-bit:
> 
> 	In file included from fs/cbfs/cbfs.c:8:0:
> 	include/malloc.h:364:7: error: conflicting types for 'memset'
> 	void* memset(void*, int, size_t);
> 	^
> 	In file included from include/compiler.h:123:0,
> 			from include/cbfs.h:10,
> 			from fs/cbfs/cbfs.c:7:
> 	include/linux/string.h:78:15: note: previous declaration of 'memset' was here
> 	extern void * memset(void *,int,__kernel_size_t);
> 		^
> 	In file included from fs/cbfs/cbfs.c:8:0:
> 	include/malloc.h:365:7: error: conflicting types for 'memcpy'
> 	void* memcpy(void*, const void*, size_t);
> 	^
> 	In file included from include/compiler.h:123:0,
> 			from include/cbfs.h:10,
> 			from fs/cbfs/cbfs.c:7:
> 	include/linux/string.h:81:15: note: previous declaration of 'memcpy' was here
> 	extern void * memcpy(void *,const void *,__kernel_size_t);
> 		^
> 	scripts/Makefile.build:280: recipe for target 'fs/cbfs/cbfs.o' failed
> 
> 
> Signed-off-by: Guillaume GARDET <guillaume.gardet at free.fr>
> Cc: Tom Rini <trini at konsulko.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160619/77af3d80/attachment.sig>


More information about the U-Boot mailing list