This is an automated email from Gerrit.

Antony Pavlov (antonynpav...@gmail.com) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/1942

-- gerrit

commit 933f08175c91d9bc92cf43756befc82949867bf7
Author: Antony Pavlov <antonynpav...@gmail.com>
Date:   Sun Feb 9 00:11:42 2014 +0400

    fix error message for 'usb_blaster_lowlevel_driver' option misuse
    
    The 'usb_blaster_lowlevel_driver' option has three possible
    values 'ftdi|ftd2xx|ublast2'. But if the option is misused
    then the error message show only two possible values.
    
    Change-Id: I73b8c75ec60a18e5258a4bdffe972e8a1afc1066
    Signed-off-by: Antony Pavlov <antonynpav...@gmail.com>

diff --git a/src/jtag/drivers/usb_blaster/usb_blaster.c 
b/src/jtag/drivers/usb_blaster/usb_blaster.c
index 1a43f58..10bf69a 100644
--- a/src/jtag/drivers/usb_blaster/usb_blaster.c
+++ b/src/jtag/drivers/usb_blaster/usb_blaster.c
@@ -987,7 +987,8 @@ COMMAND_HANDLER(ublast_handle_lowlevel_drv_command)
                info.lowlevel_name = strdup(CMD_ARGV[0]);
        else
                LOG_ERROR("require exactly one argument to "
-                                 "usb_blaster_lowlevel_driver (ftdi|ftd2xx)");
+                                 "usb_blaster_lowlevel_driver "
+                                 "(ftdi|ftd2xx|ublast2)");
        return ERROR_OK;
 }
 

-- 

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to