Skip to content
  • Marek Vasut's avatar
    Malloc: Fix -Wundef warnings · 213adf6d
    Marek Vasut authored
    
    
    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: default avatarMarek Vasut <marek.vasut@gmail.com>
    Cc: Wolfgang Denk <wd@denx.de>
    213adf6d