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

View File

@@ -390,4 +390,5 @@ struct target_type fa526_target =
.target_create = fa526_target_create,
.init_target = arm9tdmi_init_target,
.examine = arm7_9_examine,
.check_reset = arm7_9_check_reset,
};