summaryrefslogtreecommitdiffstats
path: root/board/netstar/nand.c
Commit message (Collapse)AuthorAgeFilesLines
* board/[m-p]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-1/+1
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-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>
* Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-1/+2
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* Code cleanupWolfgang Denk2006-07-211-3/+2
|
* Update NetStar boardWolfgang Denk2006-07-211-2/+3
| | | | Patch by Ladislav Michl, 03 Nov 2005
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-0/+2
|
* Update of new NAND codeWolfgang Denk2005-09-141-0/+64
Patch by Ladislav Michl, 13 Sep 2005
OpenPOWER on IntegriCloud