summaryrefslogtreecommitdiffstats
path: root/include/configs/canmb.h
Commit message (Collapse)AuthorAgeFilesLines
* MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka2007-05-271-1/+1
| | | | | | | | | | 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>
* Change all '$(...)' variable references into '${...}'Wolfgang Denk2005-11-201-7/+7
| | | | | | which makes the environment compatible with the hush shell. WARNING: Support for the old '$(...)' syntax will be discontinued in a later version.
* Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk2005-04-211-1/+1
| | | | | | PM520 boards. Fix PHY address for canmb board.
* Auto-size RAM on canmb board.wdenk2005-04-201-12/+0
| | | | Cleanup.
* Add support for canmb boardwdenk2005-04-131-0/+231