Skip to content
Snippets Groups Projects
  1. Sep 30, 2011
  2. Sep 13, 2011
  3. Sep 12, 2011
  4. Sep 11, 2011
  5. Sep 10, 2011
    • 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
  6. Sep 09, 2011
    • Greg Ungerer's avatar
      KS8695: move TIMER_ definitions before code use · 3a52cfa5
      Greg Ungerer authored
      
      Move the TIMER_ definitions before they are used in KS8695 timer.c code.
      Fixes:
      
      timer.c: In function ‘timer_init’:
      timer.c:37: error: ‘TIMER_COUNT’ undeclared (first use in this function)
      timer.c:37: error: (Each undeclared identifier is reported only once
      timer.c:37: error: for each function it appears in.)
      timer.c:38: error: ‘TIMER_PULSE’ undeclared (first use in this function)
      
      Signed-off-by: default avatarGreg Ungerer <greg.ungerer@opengear.com>
      3a52cfa5
  7. Sep 07, 2011
  8. Sep 04, 2011
Loading