From e9404668a19701ace750148624378461bc9fece5 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sat, 9 Jan 2010 02:24:17 +0000 Subject: 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 Acked-by: Michael Karcher Acked-by: Sean Nelson --- sst_fwhub.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sst_fwhub.c') diff --git a/sst_fwhub.c b/sst_fwhub.c index 4a976e6..b29722f 100644 --- a/sst_fwhub.c +++ b/sst_fwhub.c @@ -89,8 +89,6 @@ int probe_sst_fwhub(struct flashchip *flash) if (probe_jedec(flash) == 0) return 0; - map_flash_registers(flash); - for (i = 0; i < flash->total_size * 1024; i += flash->page_size) check_sst_fwhub_block_lock(flash, i); -- cgit v1.1