X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm926ejs.c;h=32ecf72d9626f76aa4518fec163c9cf86f2bb18d;hb=2248c387f2c413c89d0f175b464a6e60ea20e75b;hp=4ac92a249c6357173c79e5ca10572c3fb842d083;hpb=19ad7f828ba36f398f52749c2f33e25a3ea78ac2;p=openocd.git diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c index 4ac92a249c..32ecf72d96 100644 --- a/src/target/arm926ejs.c +++ b/src/target/arm926ejs.c @@ -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,