This is an automated email from Gerrit.

Alexander Osipenko (sip...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/670

-- gerrit

commit dd14d84ed37d04beda052cb2547406df66138d73
Author: Alexander Osipenko <sip...@gmail.com>
Date:   Fri May 25 14:39:13 2012 +0400

    J-Link: Initialize .transports to suppress warning.
    
    jtag_interface.transports field was left uninitialized, which triggers 
warning message
    on program startup.
    
    Although hardware natively supports SWD interface, no software support
    currently present, so the value choosen to be <jtag_only>.
    
    Change-Id: I2da41790b1850950af416cec4362d5b7bf927b2b
    Signed-off-by: Alexander Osipenko <sip...@gmail.com>

diff --git a/src/jtag/drivers/jlink.c b/src/jtag/drivers/jlink.c
index cb0e9e5..9dc548b 100644
--- a/src/jtag/drivers/jlink.c
+++ b/src/jtag/drivers/jlink.c
@@ -1284,6 +1284,7 @@ static const struct command_registration 
jlink_command_handlers[] = {
 struct jtag_interface jlink_interface = {
        .name = "jlink",
        .commands = jlink_command_handlers,
+       .transports = jtag_only,
 
        .execute_queue = jlink_execute_queue,
        .speed = jlink_speed,

-- 

------------------------------------------------------------------------------
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
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to