This is an automated email from Gerrit.

Freddie Chopin ([email protected]) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/880

-- gerrit

commit 435a12e962a60b1ea5c81020bb9fb813e1aeb22b
Author: Spencer Oliver <[email protected]>
Date:   Mon Sep 24 12:58:32 2012 +0100

    ftdi: correct ftdi_initialize error text
    
    Change-Id: If230c0b5b3a18fd273106b743404079d0cbc9ddc
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/src/jtag/drivers/ftdi.c b/src/jtag/drivers/ftdi.c
index 46797d7..94e41c5 100644
--- a/src/jtag/drivers/ftdi.c
+++ b/src/jtag/drivers/ftdi.c
@@ -638,7 +638,7 @@ static int ftdi_initialize(void)
        if (retval == ERROR_OK)
                retval = mpsse_set_data_bits_high_byte(mpsse_ctx, output >> 8, 
direction >> 8);
        if (retval != ERROR_OK) {
-               LOG_ERROR("couldn't initialize FTDI with 'JTAGkey' layout");
+               LOG_ERROR("couldn't initialize FTDI with configured layout");
                return ERROR_JTAG_INIT_FAILED;
        }
 

-- 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to