summaryrefslogtreecommitdiff
path: root/include/configs/v38b.h
AgeCommit message (Collapse)Author
2007-05-27MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka
Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining them does not cause PCI or IPB clocks to run at the specified speed. Instead, they configure divisors used to calculate said clocks. This patch renames the defines according to their real function. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2006-12-28Few V38B changes:Bartlomiej Sieka
- 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)
2006-11-11Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka
2006-11-11Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka
group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
2006-11-01Changed MarelV38B board make target to lowercase. Config file cleanup.Bartlomiej Sieka