Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | board/w7o/fpga.c: Fix GCC 4.6 build warning | Wolfgang Denk | 2011-12-08 | -1/+2 |
| | | | | | | | | | 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> | |||
* | board/w7o/fpga.c: make (mostly) checkpatch clean | Wolfgang Denk | 2011-12-08 | -303/+310 |
| | | | | | | | 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> | |||
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | -1/+1 |
| | ||||
* | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | 2005-09-23 | -16/+16 |
| | ||||
* | * Code cleanup: | wdenk | 2003-06-27 | -87/+86 |
| | | | | | | | | | - 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) | |||
* | Initial revision | wdenk | 2002-11-03 | -0/+380 |