forked from auracaster/openocd
target: armv7a: drop command 'cache_config l2x'
The command was already tagged as deprecated in 2015 with commit0df5577282("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 commitcd440bd32a("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
This commit is contained in:
@@ -10710,10 +10710,6 @@ Display/set the current core displayed in GDB
|
||||
Selects whether interrupts will be processed when single stepping
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {cache_config l2x} [base way]
|
||||
configure l2x cache
|
||||
@end deffn
|
||||
|
||||
@deffn {Command} {cortex_a mmu dump} [@option{0}|@option{1}|@option{addr} address [@option{num_entries}]]
|
||||
Dump the MMU translation table from TTB0 or TTB1 register, or from physical
|
||||
memory location @var{address}. When dumping the table from @var{address}, print at most
|
||||
|
||||
Reference in New Issue
Block a user