X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Ftarget.c;h=279fc18fc655ca51a2709653863c5f1e20accb62;hb=refs%2Fchanges%2F58%2F358%2F6;hp=db676b970537a032f353cd083083dfe0a14feae2;hpb=4e47519f6c519b792297efaa482852cd9eef554a;p=openocd.git diff --git a/src/target/target.c b/src/target/target.c index db676b9705..279fc18fc6 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -80,6 +80,7 @@ extern struct target_type dragonite_target; extern struct target_type xscale_target; extern struct target_type cortexm3_target; extern struct target_type cortexa8_target; +extern struct target_type cortexr4_target; extern struct target_type arm11_target; extern struct target_type mips_m4k_target; extern struct target_type avr_target; @@ -103,6 +104,7 @@ static struct target_type *target_types[] = { &xscale_target, &cortexm3_target, &cortexa8_target, + &cortexr4_target, &arm11_target, &mips_m4k_target, &avr_target,