Skip to content
Snippets Groups Projects
  1. Sep 10, 2011
    • Greg Ungerer's avatar
      CM4008: fix signedness of env bootargs string pointer · 61a1926a
      Greg Ungerer authored
      
      The pointer to the flash based bootargs should be a "char *", not unsigned.
      Fixes:
      
      cm4008.c: In function ‘env_flash_cmdline’:
      cm4008.c:67: warning: pointer targets in passing argument 2 of ‘setenv’ differ in signedness
      
      Signed-off-by: default avatarGreg Ungerer <greg.ungerer@opengear.com>
      61a1926a
    • Wolfgang Denk's avatar
      utx8245: fix build breakage due to assert() · ea95cb73
      Wolfgang Denk authored
      
      Commit 21726a7a "Add assert() for debug assertions" broke building the
      utx8245 board:
      
      dlmalloc.c: In function 'do_check_chunk':
      dlmalloc.c:1660: error: 'sz' undeclared (first use in this function)
      dlmalloc.c:1660: error: (Each undeclared identifier is reported only once
      dlmalloc.c:1660: error: for each function it appears in.)
      dlmalloc.c: In function 'do_check_free_chunk':
      dlmalloc.c:1689: error: 'next' undeclared (first use in this function)
      dlmalloc.c: In function 'do_check_malloced_chunk':
      dlmalloc.c:1748: error: 'sz' undeclared (first use in this function)
      dlmalloc.c:1750: error: 'room' undeclared (first use in this function)
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      ea95cb73
  2. Sep 09, 2011
  3. Sep 07, 2011
Loading