cortex_a9: add source files for Cortex A9 support.
add target and build support for A9 Signed-off-by: Aaron Carroll <aaronc@cse.unsw.edu.au>
This commit is contained in:
committed by
Øyvind Harboe
parent
8e60d4955f
commit
c34e69cb10
@@ -66,6 +66,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 cortexa9_target;
|
||||
extern struct target_type arm11_target;
|
||||
extern struct target_type mips_m4k_target;
|
||||
extern struct target_type avr_target;
|
||||
@@ -88,6 +89,7 @@ static struct target_type *target_types[] =
|
||||
&xscale_target,
|
||||
&cortexm3_target,
|
||||
&cortexa8_target,
|
||||
&cortexa9_target,
|
||||
&arm11_target,
|
||||
&mips_m4k_target,
|
||||
&avr_target,
|
||||
|
||||
Reference in New Issue
Block a user