From e7da467ea7f3d1c58819f089faa104ca86df2b2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ra=C3=BAl=20Soriano?= <GatoLoko@gmail.com>
Date: Wed, 18 May 2011 01:31:10 +0000
Subject: [PATCH] Mark MX25L4005 tested for erase
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Corresponding to flashrom svn r1304.

Signed-off-by: Raúl Soriano <GatoLoko@gmail.com>
Acked-by: Idwer Vollering <vidwer@gmail.com>
---
 flashchips.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flashchips.c b/flashchips.c
index 9f13022..e185908 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3757,7 +3757,7 @@ const struct flashchip flashchips[] = {
 		.total_size	= 512,
 		.page_size	= 256,
 		.feature_bits	= FEATURE_WRSR_WREN,
-		.tested		= TEST_OK_PR,
+		.tested		= TEST_OK_PRE,
 		.probe		= probe_spi_rdid,
 		.probe_timing	= TIMING_ZERO,
 		.block_erasers	=
-- 
GitLab