This is an automated email from Gerrit. Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/840
-- gerrit commit b11667d7f798823dc84f5e4d5307fae421c850ff 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 a8d396c..a038a23 100644 --- a/src/jtag/drivers/ftdi.c +++ b/src/jtag/drivers/ftdi.c @@ -643,7 +643,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; } -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
