summaryrefslogtreecommitdiff
path: root/include/configs/ep8248.h
Commit message (Collapse)AuthorAgeLines
* include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-2/+11
| | | | | | | | | 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/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-2/+2
| | | | | | Mostly removed from comments here. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* include/configs: Use new CONFIG_CMD_* in various e* named board config files.Jon Loeliger2007-07-05-16/+18
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Add support for ep8248 boardWolfgang Denk2005-08-06-0/+277
Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.