summaryrefslogtreecommitdiff
path: root/board/cpu87/cpu87.c
Commit message (Collapse)AuthorAgeLines
* board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-1/+1
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Code cleanupWolfgang Denk2006-08-27-4/+4
|
* Add support for 256 MB SDRAM on CPU87Wolfgang Denk2006-07-22-8/+16
| | | | Patch by Josef Wagner, 25 Nov 2005
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-03-0/+333
- Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board