summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-11-19 15:38:06 -0500
committerMike Frysinger <vapier@gentoo.org>2012-02-12 15:03:25 -0500
commit1a95d89f69391207f2a8467ca65f159160aec6ed (patch)
treeb1479cde4b56831e847c2510b16741752f0609b7 /board
parent939b150ae5f6cbca4d3583ad1fcd0f237b71d868 (diff)
downloadblackbird-obmc-uboot-1a95d89f69391207f2a8467ca65f159160aec6ed.tar.gz
blackbird-obmc-uboot-1a95d89f69391207f2a8467ca65f159160aec6ed.zip
Blackfin: bf537-stamp: drop board reset workaround
The bf537-stamp shouldn't need this SPI flash workaround. It was added by accident a long time ago through a convoluted series of steps which originated from a customer board (not the bf537-stamp). So drop it to keep people from incorrectly adding it to their own boards. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'board')
-rw-r--r--board/bf537-stamp/bf537-stamp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/bf537-stamp/bf537-stamp.c b/board/bf537-stamp/bf537-stamp.c
index ec888d44d9..92dfffa8ca 100644
--- a/board/bf537-stamp/bf537-stamp.c
+++ b/board/bf537-stamp/bf537-stamp.c
@@ -43,13 +43,6 @@ int checkboard(void)
return 0;
}
-void board_reset(void)
-{
- /* workaround for weak pull ups on ssel */
- if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
- bfin_reset_boot_spi_cs(GPIO_PF10);
-}
-
#ifdef CONFIG_BFIN_MAC
static void board_init_enetaddr(uchar *mac_addr)
{
OpenPOWER on IntegriCloud