diff options
author | Wolfgang Denk <wd@denx.de> | 2012-02-13 23:13:22 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-02-13 23:13:22 +0100 |
commit | 06576b2efcf3d67797437488e90e989b8b48c9f2 (patch) | |
tree | b6dd4e3ae4d09b221ec9c36f6793ba12668d0130 /board/bf537-stamp/bf537-stamp.c | |
parent | 9a3aae22edf1eda6326cc51c28631ca5c23b7706 (diff) | |
parent | 44f67f784889e1a27958fa3e995abe41ab925697 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
* 'master' of git://git.denx.de/u-boot-blackfin:
Blackfin: pata_bfin: fix printf warning
Blackfin: bfin_nand: mark local func static
linkage.h: move from blackfin to common includes
Blackfin: br4: new board port
Blackfin: add in/out le32 variants
post: add blackfin to the post_time_ms list
Blackfin: bf537-stamp: drop board reset workaround
Blackfin: pr1: new board port
Diffstat (limited to 'board/bf537-stamp/bf537-stamp.c')
-rw-r--r-- | board/bf537-stamp/bf537-stamp.c | 7 |
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) { |