]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/bf537-stamp/bf537-stamp.c
Merge branch 'trini@ti.com' of git://git.denx.de/u-boot-staging
[people/ms/u-boot.git] / board / bf537-stamp / bf537-stamp.c
index ec888d44d9a4a80994fbaa0d843abb8d1c582b72..92dfffa8ca12a6be6a1c447d6b5ebee7027c9bce 100644 (file)
@@ -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)
 {