diff options
author | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-03-22 11:29:10 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2011-03-22 11:29:10 +0100 |
commit | dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87 (patch) | |
tree | 253caf44fca37ddf905cfe1224830a6a8ec2fed1 /src/target | |
parent | a843789ede3b01dfaf199e1fcfbfd09ac681cf8f (diff) | |
download | openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.tar.gz openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.tar.bz2 openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.tar.xz openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.zip |
cortex_a: rename cortex_a8.c/h to cortex_a.c/h
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/Makefile.am | 4 | ||||
-rw-r--r-- | src/target/cortex_a.c (renamed from src/target/cortex_a8.c) | 2 | ||||
-rw-r--r-- | src/target/cortex_a.h (renamed from src/target/cortex_a8.h) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 537c8c31..5907e83f 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -73,7 +73,7 @@ ARMV7_SRC = \ armv7m.c \ cortex_m3.c \ armv7a.c \ - cortex_a8.c + cortex_a.c ARM_DEBUG_SRC = \ arm_dpm.c \ @@ -135,7 +135,7 @@ noinst_HEADERS = \ dsp563xx_once.h \ breakpoints.h \ cortex_m3.h \ - cortex_a8.h \ + cortex_a.h \ embeddedice.h \ etb.h \ etm.h \ diff --git a/src/target/cortex_a8.c b/src/target/cortex_a.c index 88b3db42..82f719ad 100644 --- a/src/target/cortex_a8.c +++ b/src/target/cortex_a.c @@ -38,7 +38,7 @@ #endif #include "breakpoints.h" -#include "cortex_a8.h" +#include "cortex_a.h" #include "register.h" #include "target_request.h" #include "target_type.h" diff --git a/src/target/cortex_a8.h b/src/target/cortex_a.h index b49e670f..b49e670f 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a.h |