summaryrefslogtreecommitdiff
path: root/board/w7o/fpga.c
AgeCommit message (Collapse)Author
2011-12-08board/w7o/fpga.c: Fix GCC 4.6 build warningWolfgang Denk
Fix: fpga.c: In function 'fpgaDownload': fpga.c:68:29: warning: variable 'val' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk <wd@denx.de>
2011-12-08board/w7o/fpga.c: make (mostly) checkpatch cleanWolfgang Denk
Just reformated the code. No attempts were made to clean up warnings about "Use of volatile is usually wrong" or "externs should be avoided". Signed-off-by: Wolfgang Denk <wd@denx.de>
2005-10-13Cleanup for GCC-4.xWolfgang Denk
2005-09-23Cleanup (PPC4xx is AMCC now)Wolfgang Denk
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
2002-11-03Initial revisionwdenk