aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a_cache_l2x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a_cache_l2x.h')
-rw-r--r--src/target/armv7a_cache_l2x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv7a_cache_l2x.h b/src/target/armv7a_cache_l2x.h
index 3d9ad81..f98b554 100644
--- a/src/target/armv7a_cache_l2x.h
+++ b/src/target/armv7a_cache_l2x.h
@@ -151,7 +151,7 @@ struct l2c_init_data {
extern const struct command_registration arm7a_l2x_cache_command_handler[];
-int armv7a_l2x_cache_flush_virt(struct target *target, uint32_t virt,
+int armv7a_l2x_cache_flush_virt(struct target *target, target_addr_t virt,
uint32_t size);
int arm7a_l2x_flush_all_data(struct target *target);