arm7/9: enable check that DCC downloads have been enabled

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe
2010-01-11 15:30:22 +01:00
parent ee519ab356
commit b8e930e3bf
8 changed files with 9 additions and 0 deletions
+2
View File
@@ -2732,6 +2732,8 @@ int arm7_9_check_reset(struct target *target)
{
LOG_WARNING("NOTE! DCC downloads have not been enabled, defaulting to slow memory writes. Type 'help dcc'.");
}
return ERROR_OK;
}
COMMAND_HANDLER(handle_arm7_9_dbgrq_command)