From: Øyvind H. <go...@us...> - 2009-10-13 17:57:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via a2fd31eb66f9d56b00ab8b7e15e8875ae5125089 (commit) from 530281c469e58e6f37eb500a5562f49fb7d9857e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a2fd31eb66f9d56b00ab8b7e15e8875ae5125089 Author: Yauheni Kaliuta <y.k...@gm...> Date: Sun Oct 11 18:27:27 2009 +0300 Do not replace virt2phys with the default one if it was assigned Signed-off-by: Yauheni Kaliuta <y.k...@gm...> diff --git a/src/target/target.c b/src/target/target.c index 2b7d7e2..7763b95 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -698,7 +698,6 @@ int target_init(struct command_context_s *cmd_ctx) { target->type->virt2phys = default_virt2phys; } - target->type->virt2phys = default_virt2phys; /* a non-invasive way(in terms of patches) to add some code that * runs before the type->write/read_memory implementation */ ----------------------------------------------------------------------- Summary of changes: src/target/target.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Main OpenOCD repository |