diff options
author | Antonio Borneo <borneo.antonio@gmail.com> | 2021-10-07 19:34:27 +0200 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2021-11-28 10:50:50 +0000 |
commit | a3b69dee622066d3a2b70c32775818d82b5ffb54 (patch) | |
tree | 31bf5ef65d1e726d51810881b4beea6f3dca28d3 /tcl/interface | |
parent | 0343ae7cc734d8dfae17ff1ae9dbe834962f6da3 (diff) | |
download | riscv-openocd-a3b69dee622066d3a2b70c32775818d82b5ffb54.zip riscv-openocd-a3b69dee622066d3a2b70c32775818d82b5ffb54.tar.gz riscv-openocd-a3b69dee622066d3a2b70c32775818d82b5ffb54.tar.bz2 |
jtag/aice: switch to command 'adapter serial'
The driver aice defines the command 'aice serial' to specify the
serial string of the adapter, but actually does not use this value
in the code.
Remove and deprecate the driver command, and use 'adapter serial'.
Change-Id: I892e0a4e1b41a7a87adf54a5736abf7419f32979
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6648
Tested-by: jenkins
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/nds32-aice.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/interface/nds32-aice.cfg b/tcl/interface/nds32-aice.cfg index 3b21025..fcc33ec 100644 --- a/tcl/interface/nds32-aice.cfg +++ b/tcl/interface/nds32-aice.cfg @@ -6,7 +6,7 @@ adapter driver aice aice desc "Andes AICE adapter" -aice serial "C001-42163" +# adapter serial "C001-42163" aice vid_pid 0x1CFC 0x0000 aice port aice_usb reset_config trst_and_srst |