summaryrefslogtreecommitdiff
path: root/board/v38b/v38b.c
Commit message (Collapse)AuthorAgeLines
* board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-2/+2
| | | | | | | | Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. Those always evaluated TRUE, and thus were always compiled even when IDE really wasn't defined/wanted. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Few V38B changes:Bartlomiej Sieka2006-12-28-9/+12
| | | | | | - fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
* Finish up support for MarelV38B boardBartlomiej Sieka2006-11-01-48/+56
| | | | | | - add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
* Coding Style cleanup.Wolfgang Denk2006-10-18-1/+0
|
* Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka2006-10-13-0/+253