summaryrefslogtreecommitdiffstats
path: root/stm50flw0x0x.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm50flw0x0x.c')
-rw-r--r--stm50flw0x0x.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/stm50flw0x0x.c b/stm50flw0x0x.c
index 0ae6eb8..e90bbd2 100644
--- a/stm50flw0x0x.c
+++ b/stm50flw0x0x.c
@@ -31,18 +31,6 @@
#include "flash.h"
#include "flashchips.h"
-int probe_stm50flw0x0x(struct flashchip *flash)
-{
- int result = probe_jedec(flash);
-
- if (!result)
- return result;
-
- map_flash_registers(flash);
-
- return 1;
-}
-
static void wait_stm50flw0x0x(chipaddr bios)
{
chip_writeb(0x70, bios);
OpenPOWER on IntegriCloud