summaryrefslogtreecommitdiff
path: root/include/configs/bf537-stamp.h
Commit message (Collapse)AuthorAgeLines
...
* Blackfin: BF537-stamp: drop board-specific flash driver for CFIMike Frysinger2008-03-15-4/+5
| | | | | | | The parallel flash on the BF537-STAMP is CFI compliant, so there is no need for the board specific driver at all. Just use the common CFI driver. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPUMike Frysinger2008-03-15-25/+9
| | | | | | | | 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-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>
* Clear up confusion over the CMD_POST and POST_DIAG mess.Jon Loeliger2007-07-08-4/+4
| | | | | | | | For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG when it really means just CONFIG_CMD_DIAG. There is no CMD_POST. Clear this mess up some. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-07-05-5/+0
|
* include/configs: Use new CONFIG_CMD_* in various b* named board config files.Jon Loeliger2007-07-05-35/+39
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* [Blackfin][PATCH] Add BF537 stamp board supportAubrey Li2007-03-19-0/+502