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 <[email protected]>
---
 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


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to