X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm720t.c;h=5d83517b1ea57e09fb46271140e98fdfa97444a2;hb=f86137066a6b42c46c457c9837a8015990bf71e6;hp=eb66b120c2c358e1cd3eb9b49960a84bf0e748d1;hpb=aafb916bea1153b8d2f4706e4a62628f49741133;p=openocd.git diff --git a/src/target/arm720t.c b/src/target/arm720t.c index eb66b120c2..5d83517b1e 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -27,6 +27,7 @@ #include "arm720t.h" #include "time_support.h" #include "target_type.h" +#include "register.h" /* @@ -535,8 +536,9 @@ struct target_type arm720t_target = .virt2phys = arm720_virt2phys, .bulk_write_memory = arm7_9_bulk_write_memory, - .checksum_memory = arm7_9_checksum_memory, - .blank_check_memory = arm7_9_blank_check_memory, + + .checksum_memory = arm_checksum_memory, + .blank_check_memory = arm_blank_check_memory, .run_algorithm = armv4_5_run_algorithm,