]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
target: armv7a: drop command 'cache_config l2x'
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 19 Apr 2025 14:28:50 +0000 (16:28 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 9 May 2025 12:09:22 +0000 (12:09 +0000)
commitd71ed4f3bc58f97ec99f265e55faa1fed7e793ff
tree8dbf973d973ceb7a1216f7c1a41120918a149eb4
parent3954896d6e41298efd74e8bb7af60ec49efae809
target: armv7a: drop command 'cache_config l2x'

The command was already tagged as deprecated in 2015 with commit
0df557728216 ("armv7a: remove l1 flush all data handler") but has
never been removed.
An equivalent command 'cache l2x conf' was introduced at the same
time in commit cd440bd32a12 ("add armv7a_cache handlers").

Drop it and deprecate it.
Replace the old command in the Tcl script.

Change-Id: Ie24eccc99a78786903704d10ee1d9f6c924529b5
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8857
Tested-by: jenkins
doc/openocd.texi
src/target/armv7a.c
src/target/startup.tcl
tcl/target/u8500.cfg