summaryrefslogtreecommitdiff
path: root/src/target/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target.c')
-rw-r--r--src/target/target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/target.c b/src/target/target.c
index ee387dbd..2ec26e0b 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -466,6 +466,7 @@ static int default_mmu(struct target_s *target, int *enabled)
static int default_examine(struct command_context_s *cmd_ctx, struct target_s *target)
{
+ target->type->examined = 1;
return ERROR_OK;
}