summaryrefslogtreecommitdiff
path: root/include/configs/MPC8313ERDB.h
Commit message (Collapse)AuthorAgeLines
...
* | Define tsec flag values in config filesAndy Fleming2007-08-16-0/+2
|/ | | | | | | | | | The tsec_info structure and array has a "flags" field for each ethernet controller. This field is the only reason there are settings. Switch to defining TSECn_FLAGS for each controller in the config header, and we can greatly simplify the array, and also simplify the addition of future boards. Signed-off-by: Andy Fleming <afleming@freescale.com>
* Fix build errors and warnings / code cleanup.Wolfgang Denk2007-08-02-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-0/+9
| | | | | | | | | Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h used to be included but CONFIG_BOOTP_MASK was not defined. Remove lingering references to CFG_CMD_* symbols. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in 83xx board config files.Jon Loeliger2007-07-05-15/+14
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-17-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>
* Minor Coding Style cleanup, update CHANGELOG.Wolfgang Denk2007-05-16-24/+16
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-25-2/+2
|
* mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-23-0/+569
Signed-off-by: Scott Wood <scottwood@freescale.com>