]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
flash: stellaris: fix deprecated command master next
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 6 Apr 2025 12:59:50 +0000 (14:59 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 19 Apr 2025 09:25:09 +0000 (09:25 +0000)
commit2aa0592e0fd90218ff55446ebb3a9233017e59f7
tree6c0f185880c295bbc0f0913b498d7e05113b8499
parent498e5590297e11a9c952d4210c6236fe8105241f
flash: stellaris: fix deprecated command

The driver directly runs a TCL command that has been renamed with
commit 4d99e77419e3 ("jtag/hla: Restructure commands"), while the
original name has been deprecated.

Update the TCL command to the new syntax.

Change-Id: I2fc9ef9a209bae1d78951e253d54164b2ac00cdd
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Fixes: 4d99e77419e3 ("jtag/hla: Restructure commands")
Reviewed-on: https://review.openocd.org/c/openocd/+/8832
Reviewed-by: zapb <dev@zapb.de>
Tested-by: jenkins
src/flash/nor/stellaris.c