summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8540EVAL.h
Commit message (Collapse)AuthorAgeFilesLines
* include/configs: Use new CONFIG_CMD_* in 85xx board config files.Jon Loeliger2007-07-051-19/+17
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-171-4/+4
| | | | | | | For all practical u-boot purposes, TSECs don't differ throughout the mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-201-2/+6
| | | | | | | | Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-011-32/+37
| | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
* * Patch by Ron Alder, 11 July 2005Lunsheng Wang2005-07-291-0/+342
Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.