fixed bug in arm11 examine code.
git-svn-id: svn://svn.berlios.de/openocd/trunk@966 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
7df08fc385
commit
8044656bf8
|
@ -1470,6 +1470,8 @@ int arm11_examine(struct target_s *target)
|
||||||
|
|
||||||
arm11_check_init(arm11, NULL);
|
arm11_check_init(arm11, NULL);
|
||||||
|
|
||||||
|
target->type->examined = 1;
|
||||||
|
|
||||||
return ERROR_OK;
|
return ERROR_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue