Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix merge problems | Stefan Roese | 2008-08-06 | -10/+11 |
| | | | | Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | Make sure common.h is the first include. | Kumar Gala | 2008-06-03 | -1/+2 |
| | | | | | | | | | If common.h isn't first we can get CONFIG_ options defined in the board config file ignored. This can cause an issue if any of those config options impact the size of types of data structures (eg CONFIG_PHYS_64BIT). Signed-off-by: Kumar Gala <galak@kernel.crashing.org> | |||
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -2/+2 |
| | ||||
* | * Code cleanup: | wdenk | 2003-06-27 | -289/+274 |
| | | | | | | | | | - 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-10-25 | -0/+3317 |