summaryrefslogtreecommitdiff
path: root/include/configs/bf518f-ezbrd.h
AgeCommit message (Collapse)Author
2009-06-15Blackfin: fix SPI flash speed define nameMike Frysinger
The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-14Blackfin: bf518f-ezbrd: enable SST SPI flash driverMike Frysinger
The BF51xF parts have an internal SST SPI flash, so make sure the driver is enabled by default so we can access it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-14Blackfin: convert specific pre/post config headers to common methodMike Frysinger
The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup common Blackfin board defines. The common method now is to use config.h, so convert blackfin-config-post.h to that. Rename the still Blackfin specific blackfin-config-pre.h to config-pre.h so the naming conventions at least line up. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-05-25Blackfin: bf518f-ezbrd: setup portmux for async flashGraf Yang
The pins for async memory where parallel flash lives are not enabled by default, so make sure we mux them as needed. Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-04-02Blackfin: bf518f-ezbrd: new board portMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>