This is an automated email from Gerrit.

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

-- gerrit

commit 90af51dcd0874c4f2c61815bfbd041df7c47c156
Author: Antonio Borneo <[email protected]>
Date:   Sat Mar 30 08:43:19 2019 +0100

    drivers/at91rm9200: fix help and usage to command "at91rm9200_device"
    
    Add usage and fix the help text of the command
    
    Change-Id: I0e157d76f5d87bcda80f82a110912994908c8e03
    Signed-off-by: Antonio Borneo <[email protected]>

diff --git a/src/jtag/drivers/at91rm9200.c b/src/jtag/drivers/at91rm9200.c
index 0015da0..0360ec5 100644
--- a/src/jtag/drivers/at91rm9200.c
+++ b/src/jtag/drivers/at91rm9200.c
@@ -183,7 +183,8 @@ static const struct command_registration 
at91rm9200_command_handlers[] = {
                .name = "at91rm9200_device",
                .handler = &at91rm9200_handle_device_command,
                .mode = COMMAND_CONFIG,
-               .help = "query armjtagew info",
+               .help = "Set at91rm9200 device [default \"rea_ecr\"]",
+               .usage = "<device>",
        },
        COMMAND_REGISTRATION_DONE
 };

-- 


_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to