Skip to content
Snippets Groups Projects
  1. Oct 03, 2011
  2. Sep 30, 2011
  3. Sep 28, 2011
  4. Sep 27, 2011
  5. Sep 22, 2011
  6. Sep 21, 2011
  7. Sep 13, 2011
  8. Sep 12, 2011
    • Fabio Estevam's avatar
      MX25: tx25: Fix build by making use of GPIO framework · c2205f4d
      Fabio Estevam authored
      
      Make use of GPIO framework and avoid the following build error:
      
      tx25.c: In function 'tx25_fec_init':
      tx25.c:73: error: dereferencing pointer to incomplete type
      tx25.c:74: error: dereferencing pointer to incomplete type
      tx25.c:75: error: dereferencing pointer to incomplete type
      tx25.c:76: error: dereferencing pointer to incomplete type
      tx25.c:83: error: dereferencing pointer to incomplete type
      tx25.c:84: error: dereferencing pointer to incomplete type
      tx25.c:114: error: dereferencing pointer to incomplete type
      tx25.c:115: error: dereferencing pointer to incomplete type
      tx25.c:116: error: dereferencing pointer to incomplete type
      tx25.c:117: error: dereferencing pointer to incomplete type
      tx25.c:124: error: dereferencing pointer to incomplete type
      tx25.c:125: error: dereferencing pointer to incomplete type
      tx25.c:126: error: dereferencing pointer to incomplete type
      
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      c2205f4d
  9. Sep 10, 2011
  10. Sep 09, 2011
  11. Sep 07, 2011
    • Che-liang Chiou's avatar
      arm: tegra2: fix out-of-tree build · 10980d4a
      Che-liang Chiou authored
      
      The out-of-tree build fails because the Makefiles in question depend on
      source files of another directory but do not explicitly mkdir that
      directory.
      
      As a matter of fact, other Makefiles under board/*/ directory that refer
      to source files under another directory explicitly call mkdir.
      
      This patch adds explicit mkdir's to the Makefiles in question, and
      verifies that out-of-tree build is working.
      
      Signed-off-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      10980d4a
    • Wolfgang Denk's avatar
      da8xxevm: Fix warning: unused variable 'val' · 6f0d7ae2
      Wolfgang Denk authored
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      Cc: Sandeep Paulraj <s-paulraj@ti.com>
      Cc: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
      6f0d7ae2
Loading