summaryrefslogtreecommitdiffstats
path: root/stm50flw0x0x.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-01-09 02:24:17 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-01-09 02:24:17 +0000
commite9404668a19701ace750148624378461bc9fece5 (patch)
tree522479a7a1cd5669f763de7e6b86aa7a93c60986 /stm50flw0x0x.c
parent3646c8f31fbb4f52cac04129b8d6898fb00e1eab (diff)
downloadast2050-flashrom-e9404668a19701ace750148624378461bc9fece5.zip
ast2050-flashrom-e9404668a19701ace750148624378461bc9fece5.tar.gz
Use the register mapping feature bit
All functions which just call probe_jedec and then map flash registers are replaced by probe_jedec. All functions which call probe_jedec, map flash registers and do something else can at least eliminate mapping flash registers. Fix logic inversion in probe_jedec to map flash registers on success instead of on failure. Change a few TIMING_IGNORED to TIMING_FIXME where probe_jedec is used. Total savings: One probe function simplified, three probe functions eliminated. Corresponding to flashrom svn r839. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Sean Nelson <audiohacked@gmail.com>
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