This is an automated email from Gerrit. Matthias Welwarsky ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3078
-- gerrit commit 102c878b63e622022f2a79ee300208fd442daac6 Author: Matthias Welwarsky <[email protected]> Date: Thu Oct 29 13:02:49 2015 +0100 armv7a: set auto-cache handling to disabled by default It interferes with the modified soft breakpoint handling. Change-Id: Ic3cc14c47e7f683c1a8dfb0ae935126561e41b06 Signed-off-by: Matthias Welwarsky <[email protected]> diff --git a/src/target/armv7a.c b/src/target/armv7a.c index 9da8370..037899e 100644 --- a/src/target/armv7a.c +++ b/src/target/armv7a.c @@ -681,7 +681,7 @@ int armv7a_init_arch_info(struct target *target, struct armv7a_common *armv7a) armv7a->armv7a_mmu.armv7a_cache.info = -1; armv7a->armv7a_mmu.armv7a_cache.outer_cache = NULL; armv7a->armv7a_mmu.armv7a_cache.flush_all_data_cache = NULL; - armv7a->armv7a_mmu.armv7a_cache.auto_cache_enabled = 1; + armv7a->armv7a_mmu.armv7a_cache.auto_cache_enabled = 0; return ERROR_OK; } -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
