armv7a: remove special l2x flush-all and cache-info handlers
This patch is on the path to unified handlers for both inner and outer caches. It removes the special overrides installed when an outer cache is configured. Change-Id: I747f2762c6c8c76c700341cbf6cf500ff2a51476 Signed-off-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-on: http://openocd.zylin.com/3022 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
4ba83e1c9b
commit
3a292a1f34
@@ -150,5 +150,6 @@ extern const struct command_registration arm7a_l2x_cache_command_handler[];
|
||||
|
||||
int armv7a_l2x_cache_flush_virt(struct target *target, uint32_t virt,
|
||||
uint32_t size);
|
||||
int arm7a_l2x_flush_all_data(struct target *target);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user