From fc574c64bb259814ccbf51d74057873bd5649ea3 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Mon, 21 Mar 2011 14:10:57 +0100 Subject: cortex a9: merge cortex a9 and a8 code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit better to keep this in a single file. Signed-off-by: Øyvind Harboe --- src/target/target.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/target/target.c') diff --git a/src/target/target.c b/src/target/target.c index 13d358d7..00d4309c 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -70,7 +70,6 @@ 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 cortexa9_target; extern struct target_type arm11_target; extern struct target_type mips_m4k_target; extern struct target_type avr_target; @@ -93,7 +92,6 @@ static struct target_type *target_types[] = &xscale_target, &cortexm3_target, &cortexa8_target, - &cortexa9_target, &arm11_target, &mips_m4k_target, &avr_target, -- cgit v1.2.3