From 1b877cd791a1677cdc741cd7a724f1b635d3bbea Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Wed, 4 Jun 2014 16:17:03 +0000 Subject: Add support for Sanyo LE25FW106 Also, add spi_disable_blockprotect_bp1_srwd(). Originally written and tested by The Raven . Corresponding to flashrom svn r1818. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- chipdrivers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chipdrivers.h') diff --git a/chipdrivers.h b/chipdrivers.h index ee86f83..03d922d 100644 --- a/chipdrivers.h +++ b/chipdrivers.h @@ -73,6 +73,7 @@ int spi_prettyprint_status_register_bp3_srwd(struct flashctx *flash); int spi_prettyprint_status_register_bp4_srwd(struct flashctx *flash); int spi_prettyprint_status_register_bp2_bpl(struct flashctx *flash); int spi_disable_blockprotect(struct flashctx *flash); +int spi_disable_blockprotect_bp1_srwd(struct flashctx *flash); int spi_disable_blockprotect_bp2_srwd(struct flashctx *flash); int spi_disable_blockprotect_bp3_srwd(struct flashctx *flash); int spi_disable_blockprotect_bp4_srwd(struct flashctx *flash); -- cgit v1.1