[flashrom] [PATCH 5/5] ft2232_spi: flag OpenMoko DebugBoard as tested

Alex Badea vamposdecampos at gmail.com
Sat Oct 16 14:20:57 CEST 2010


With the clock_5x and short read fixes, the board can successfully
interact with an M25P16.  Change status from NT to OK.

Signed-off-by: Alex Badea <vamposdecampos at gmail.com>
---
 ft2232_spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ft2232_spi.c b/ft2232_spi.c
index 0f9bc79..7373624 100644
--- a/ft2232_spi.c
+++ b/ft2232_spi.c
@@ -42,7 +42,7 @@ const struct usbdev_status devs_ft2232spi[] = {
 	{FTDI_VID, FTDI_FT2232H_PID, OK, "FTDI", "FT2232H"},
 	{FTDI_VID, FTDI_FT4232H_PID, OK, "FTDI", "FT4232H"},
 	{FTDI_VID, AMONTEC_JTAGKEY_PID, OK, "Amontec", "JTAGkey"},
-	{FIC_VID, OPENMOKO_DBGBOARD_PID, NT,
+	{FIC_VID, OPENMOKO_DBGBOARD_PID, OK,
 		"First International Computer, Inc.",
 		"OpenMoko Neo1973 Debug board (V2+)"},
 	{},
-- 
1.7.0.4





More information about the flashrom mailing list