aboutsummaryrefslogtreecommitdiff
path: root/board/ep8260
AgeCommit message (Collapse)AuthorFilesLines
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk5-11/+13
- 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)
2003-06-25* Header file cleanup for ARMLABEL_2003_06_26_2220wdenk1-0/+1
* Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x
2003-05-30* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthLABEL_2003_05_30_1450wdenk1-1/+1
instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector. * Cleanup CFG_DER #defines in config files (wd maintained only)
2002-11-02Initial revisionwdenk1-0/+36
2002-08-26Initial revisionwdenk1-0/+310
2002-08-17Initial revisionwdenk2-0/+504
2002-02-06Initial revisionwdenk3-0/+189