summaryrefslogtreecommitdiff
path: root/ArmPkg/Include
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-18 01:57:13 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-18 01:57:13 +0000
commit5dea9bd6e60a2571c9b89a0b9aa3d163d665810e (patch)
tree7ec3d842e9da60e6ae85de1357324ad718d2583c /ArmPkg/Include
parent3cfc8576473e998236872c4c41805ba7016f8989 (diff)
downloadedk2-platforms-5dea9bd6e60a2571c9b89a0b9aa3d163d665810e.tar.xz
Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10022 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Include')
-rw-r--r--ArmPkg/Include/Chipset/ArmV7.h (renamed from ArmPkg/Include/Chipset/Cortex-A8.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/ArmPkg/Include/Chipset/Cortex-A8.h b/ArmPkg/Include/Chipset/ArmV7.h
index 75ce397a79..a097ae3f55 100644
--- a/ArmPkg/Include/Chipset/Cortex-A8.h
+++ b/ArmPkg/Include/Chipset/ArmV7.h
@@ -12,8 +12,8 @@
**/
-#ifndef __CORTEX_A8_H__
-#define __CORTEX_A8_H__
+#ifndef __ARM_V7_H__
+#define __ARM_V7_H__
// Domain Access Control Register
#define DOMAIN_ACCESS_CONTROL_MASK(a) (3UL << (2 * (a)))
@@ -101,4 +101,4 @@
TT_DESCRIPTOR_SECTION_AP_RW_RW | \
TT_DESCRIPTOR_SECTION_CACHE_POLICY_NON_CACHEABLE)
-#endif // __CORTEX_A8_H__
+#endif // __ARM_V7_H__