summaryrefslogtreecommitdiffstats
path: root/include/configs/bf561-ezkit.h
Commit message (Collapse)AuthorAgeFilesLines
* Blackfin: unify cpu and boot modesMike Frysinger2008-03-301-32/+8
| | | | | | | | All of the duplicated code for Blackfin processors and boot modes have been unified. After all, the core is the same for all processors, just the peripheral set differs (which gets handled in the drivers). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger2008-03-151-1/+5
| | | | | | | | Stop tying things to the processor that should be tied to other defines and change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build system to select the -mcpu option. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-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 various b* named board config files.Jon Loeliger2007-07-051-14/+15
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* [Blackfin][PATCH] Add BF561 EZKIT board supportAubrey Li2007-03-201-0/+244
OpenPOWER on IntegriCloud