summaryrefslogtreecommitdiffstats
path: root/w39v080fa.c
diff options
context:
space:
mode:
Diffstat (limited to 'w39v080fa.c')
-rw-r--r--w39v080fa.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/w39v080fa.c b/w39v080fa.c
index 311e55b..8e846dc 100644
--- a/w39v080fa.c
+++ b/w39v080fa.c
@@ -20,18 +20,6 @@
#include "flash.h"
-int probe_winbond_fwhub(struct flashchip *flash)
-{
- int result = probe_jedec(flash);
-
- if (!result)
- return result;
-
- map_flash_registers(flash);
-
- return 1;
-}
-
static int unlock_block_winbond_fwhub(struct flashchip *flash, int offset)
{
chipaddr wrprotect = flash->virtual_registers + offset + 2;
OpenPOWER on IntegriCloud