]> git.sur5r.net Git - openocd/blobdiff - src/target/arm11.c
retired fast_memory_access. It's always fast now.
[openocd] / src / target / arm11.c
index adcbe74912efba7b083b11c2b23a5fce1aa0adf6..ea88d5c0b7333f60ee91265afc9ae3540c219540 100644 (file)
@@ -732,8 +732,8 @@ int arm11_halt(struct target_s *target)
 
     if (target->state == TARGET_HALTED)
     {
-       LOG_WARNING("target was already halted");
-       return ERROR_OK;
+               LOG_DEBUG("target was already halted");
+               return ERROR_OK;
     }
 
     if (arm11->trst_active)