Skip to content
Snippets Groups Projects
  1. Sep 27, 2011
  2. Sep 23, 2011
  3. Sep 22, 2011
  4. Sep 21, 2011
  5. Sep 20, 2011
  6. Sep 19, 2011
  7. Sep 13, 2011
  8. Sep 12, 2011
  9. Sep 11, 2011
  10. Sep 10, 2011
    • Wolfgang Denk's avatar
      ARM: hawkboard: fix compilation of nand_spl · 3b717552
      Wolfgang Denk authored
      
      Fix build problem:
      
      nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c: In function 'board_init_f':
      nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:132: warning: implicit declaration of function 'nand_boot'
      nand_spl/board/davinci/da8xxevm/hawkboard_nand_spl.c:133: warning: 'noreturn' function does return
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Syed Mohammed Khasim <sm.khasim@gmail.com>
      Cc: Sughosh Ganu <urwithsughosh@gmail.com>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      3b717552
    • Wolfgang Denk's avatar
      cm4008, cm41xx: fix build warnings · bd6ce9d1
      Wolfgang Denk authored
      
      Fix these:
      cm4008.c: In function 'board_eth_init':
      cm4008.c:79: warning: implicit declaration of function 'ks8695_eth_initialize'
      
      cm41xx.c: In function 'board_eth_init':
      cm41xx.c:79: warning: implicit declaration of function 'ks8695_eth_initialize'
      
      While we are at it, sort include list in netdev.h
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Greg Ungerer <greg.ungerer@opengear.com>
      bd6ce9d1
    • Wolfgang Denk's avatar
      tegra2: fix warning: "assert" redefined · 3aa7782a
      Wolfgang Denk authored
      
      Commit 21726a7a "Add assert() for debug assertions" caused build
      warnings for all tegra2 based boards:
      
      clock.c:36:1: warning: "assert" redefined
      In file included from clock.c:29:
      include/common.h:144:1: warning: this is the location of the previous definition
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      3aa7782a
    • Stefano Babic's avatar
      ARM: hawkboard_nand: fix compilation of nand_spl · 5fb5e8c5
      Stefano Babic authored
      
      get_ram_size() is called, but memsize.c is not compiled.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      5fb5e8c5
Loading