Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change bd/gd memsize/ram_size to be phys_size_t. | Becky Bruce | 2008-06-12 | -1/+1 |
| | | | | | | | | | | Currently, both are defined as an unsigned long, but should be phys_size_t. This should result in no real change, since phys_size_t is currently an unsigned long for all the default configs. Also add print_lnum to cmd_bdinfo to deal with the potentially wider memsize. Signed-off-by: Becky Bruce <becky.bruce@freescale.com> | |||
* | Fix coding style issues; update CHANGELOG. | Wolfgang Denk | 2007-12-27 | -2/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | sh: First support code of SuperH. | Nobuhiro Iwamatsu | 2007-05-13 | -0/+44 |
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |