mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Do not replace virt2phys with the default one if it was assigned
Signed-off-by: Yauheni Kaliuta <y.kaliuta@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
79bf27da71
commit
bc0cc62afd
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user