From dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Harboe?= Date: Tue, 22 Mar 2011 11:29:10 +0100 Subject: [PATCH] cortex_a: rename cortex_a8.c/h to cortex_a.c/h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- src/target/Makefile.am | 4 ++-- src/target/{cortex_a8.c => cortex_a.c} | 2 +- src/target/{cortex_a8.h => cortex_a.h} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename src/target/{cortex_a8.c => cortex_a.c} (99%) rename src/target/{cortex_a8.h => cortex_a.h} (100%) diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 537c8c3175..5907e83f49 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 similarity index 99% rename from src/target/cortex_a8.c rename to src/target/cortex_a.c index 88b3db422f..82f719ad65 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 similarity index 100% rename from src/target/cortex_a8.h rename to src/target/cortex_a.h -- 2.30.2