]> git.sur5r.net Git - openocd/blobdiff - src/target/arm926ejs.c
arm920t line length cleanup
[openocd] / src / target / arm926ejs.c
index 4ac92a249c6357173c79e5ca10572c3fb842d083..32ecf72d9626f76aa4518fec163c9cf86f2bb18d 100644 (file)
@@ -757,7 +757,7 @@ static int arm926ejs_mmu(struct target *target, int *enabled)
 static const struct command_registration arm926ejs_exec_command_handlers[] = {
        {
                .name = "cache_info",
-               .handler = &arm926ejs_handle_cache_info_command,
+               .handler = arm926ejs_handle_cache_info_command,
                .mode = COMMAND_EXEC,
                .help = "display information about target caches",
 
@@ -815,6 +815,7 @@ struct target_type arm926ejs_target =
        .target_create = arm926ejs_target_create,
        .init_target = arm9tdmi_init_target,
        .examine = arm7_9_examine,
+       .check_reset = arm7_9_check_reset,
        .virt2phys = arm926ejs_virt2phys,
        .mmu = arm926ejs_mmu,