This is an automated email from Gerrit.

"Tomas Vanek <van...@fbl.cz>" just uploaded a new patch set to Gerrit, which 
you can find at https://review.openocd.org/c/openocd/+/6730

-- gerrit

commit 25a8f3ba97ce2dcef45c02d02f1ee01395fd65a6
Author: Tomas Vanek <van...@fbl.cz>
Date:   Sat Nov 20 14:27:45 2021 +0100

    flash/nor/at91samd: remove 'at91samd info' command
    
    The command is a stub only, does nothing.
    
    Change-Id: Ib3b8c2122a9f6f2e179bee34ac56d0adf367bfcc
    Signed-off-by: Tomas Vanek <van...@fbl.cz>

diff --git a/src/flash/nor/at91samd.c b/src/flash/nor/at91samd.c
index a8fab486c..5f314d82b 100644
--- a/src/flash/nor/at91samd.c
+++ b/src/flash/nor/at91samd.c
@@ -946,11 +946,6 @@ FLASH_BANK_COMMAND_HANDLER(samd_flash_bank_command)
        return ERROR_OK;
 }
 
-COMMAND_HANDLER(samd_handle_info_command)
-{
-       return ERROR_OK;
-}
-
 COMMAND_HANDLER(samd_handle_chip_erase_command)
 {
        struct target *target = get_current_target(CMD_CTX);
@@ -1211,14 +1206,6 @@ static const struct command_registration 
at91samd_exec_command_handlers[] = {
                .help = "Deassert internal reset held by DSU.",
                .usage = "",
        },
-       {
-               .name = "info",
-               .handler = samd_handle_info_command,
-               .mode = COMMAND_EXEC,
-               .help = "Print information about the current at91samd chip "
-                       "and its flash configuration.",
-               .usage = "",
-       },
        {
                .name = "chip-erase",
                .handler = samd_handle_chip_erase_command,

-- 

Reply via email to