Skip to content
Snippets Groups Projects
Commit 1a95d89f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 939b150a
No related branches found
No related tags found
No related merge requests found
...@@ -43,13 +43,6 @@ int checkboard(void) ...@@ -43,13 +43,6 @@ int checkboard(void)
return 0; 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 #ifdef CONFIG_BFIN_MAC
static void board_init_enetaddr(uchar *mac_addr) static void board_init_enetaddr(uchar *mac_addr)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment