[Openocd-development] [PATCH] arm7/9: add nags upon reset about options to improve performance

2010-01-20 Thread Øyvind Harboe
arm7_9 fast_memory_access and working area nags added. Signed-off-by: Øyvind Harboe oyvind.har...@zylin.com --- src/target/arm7_9_common.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index

Re: [Openocd-development] [PATCH] arm7/9: add nags upon reset about options to improve performance

2010-01-20 Thread David Brownell
On Wednesday 20 January 2010, Øyvind Harboe wrote: arm7_9 fast_memory_access and working area nags added. Signed-off-by: Øyvind Harboe oyvind.har...@zylin.com OK, but it'd be *much* cleaner if it did if (!get_target_reset_nag()) return ERROR_OK; if (problem)

Re: [Openocd-development] [PATCH] arm7/9: add nags upon reset about options to improve performance

2010-01-20 Thread Øyvind Harboe
On Wed, Jan 20, 2010 at 8:42 PM, David Brownell davi...@pacbell.net wrote: On Wednesday 20 January 2010, Řyvind Harboe wrote: arm7_9 fast_memory_access and working area nags added. Signed-off-by: Řyvind Harboe oyvind.har...@zylin.com OK, but it'd be *much* cleaner if it did        if