Re: [U-Boot] [PATCH] Malloc: Fix -Wundef warnings

2012-08-09 Thread Wolfgang Denk
Dear Marek Vasut, In message <1333049295-13349-1-git-send-email-marek.va...@gmail.com> you wrote: > In file included from arch/arm/lib/board.c:43:0: > include/malloc.h:490:5: warning: "HAVE_MMAP" is not defined [-Wundef] > include/malloc.h:590:5: warning: "HAVE_USR_INCLUDE_MALLOC_H" is not defined

Re: [U-Boot] [PATCH] Malloc: Fix -Wundef warnings

2012-03-30 Thread Mike Frysinger
On Thursday 29 March 2012 15:28:15 Marek Vasut wrote: > In file included from arch/arm/lib/board.c:43:0: > include/malloc.h:490:5: warning: "HAVE_MMAP" is not defined [-Wundef] > include/malloc.h:590:5: warning: "HAVE_USR_INCLUDE_MALLOC_H" is not defined > [-Wundef] include/malloc.h:757:5: warning:

[U-Boot] [PATCH] Malloc: Fix -Wundef warnings

2012-03-29 Thread Marek Vasut
In file included from arch/arm/lib/board.c:43:0: include/malloc.h:490:5: warning: "HAVE_MMAP" is not defined [-Wundef] include/malloc.h:590:5: warning: "HAVE_USR_INCLUDE_MALLOC_H" is not defined [-Wundef] include/malloc.h:757:5: warning: "HAVE_MMAP" is not defined [-Wundef] Signed-off-by: Marek V