From 36172342c8d3b35b7fbec6289f55305466da1abb Mon Sep 17 00:00:00 2001 From: Sean Nelson Date: Sat, 27 Feb 2010 18:01:15 +0000 Subject: Convert the remaining references to *_49fl00x Now the only remaining and used function in pm49fl00x.c is unlock_49fl00x. Also: - Add missing unlock to AMIC A49LF040A. - Add lock_49fl00x function. Corresponding to flashrom svn r917. Signed-off-by: Sean Nelson Acked-by: Carl-Daniel Hailfinger --- chipdrivers.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index 059100e..a378803 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -87,10 +87,8 @@ void write_page_m29f400bt(chipaddr bios, uint8_t *src, chipaddr dst, int page_size); /* pm49fl00x.c */ -int probe_49fl00x(struct flashchip *flash); -int erase_49fl00x(struct flashchip *flash); -int write_49fl00x(struct flashchip *flash, uint8_t *buf); int unlock_49fl00x(struct flashchip *flash); +int lock_49fl00x(struct flashchip *flash); /* sharplhf00l04.c */ int probe_lhf00l04(struct flashchip *flash); -- cgit v1.1