Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
bc0cc62a
Commit
bc0cc62a
authored
Oct 11, 2009
by
Yauheni Kaliuta
Committed by
Øyvind Harboe
Oct 13, 2009
Browse files
Do not replace virt2phys with the default one if it was assigned
Signed-off-by:
Yauheni Kaliuta
<
y.kaliuta@gmail.com
>
parent
79bf27da
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/target/target.c
View file @
bc0cc62a
...
...
@@ -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
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment