summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-06-18 04:50:01 (GMT)
committerSandeep Paulraj <s-paulraj@ti.com>2010-07-05 23:59:55 (GMT)
commitf56348af5d255f6dc2a8bcd7d798ab5edf8fba25 (patch)
tree5cb794b98d5d7bc0b8b8254a572b2171555c268c /MAKEALL
parent8f22327a664acc886efc3f5362e6c375c82d5bcb (diff)
downloadu-boot-fsl-qoriq-f56348af5d255f6dc2a8bcd7d798ab5edf8fba25.tar.xz
ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
The purpose of this patch is to prepare for adding the OMAP4 architecture, which is Cortex A9 Cortex A8 and A9 both belong to the armv7 architecture, hence the name change. The two architectures are similar enough that substantial code can be shared. Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/MAKEALL b/MAKEALL
index 4637390..78cffe3 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -644,9 +644,9 @@ LIST_ARM11=" \
"
#########################################################################
-## ARM Cortex-A8 Systems
+## ARMV7 Systems
#########################################################################
-LIST_ARM_CORTEX_A8=" \
+LIST_ARMV7=" \
am3517_evm \
devkit8000 \
mx51evk \
@@ -739,7 +739,7 @@ LIST_arm=" \
${LIST_ARM9} \
${LIST_ARM10} \
${LIST_ARM11} \
- ${LIST_ARM_CORTEX_A8} \
+ ${LIST_ARMV7} \
${LIST_at91} \
${LIST_pxa} \
${LIST_ixp} \
@@ -1005,7 +1005,7 @@ print_stats() {
for arg in $@
do
case "$arg" in
- arm|SA|ARM7|ARM9|ARM10|ARM11|ARM_CORTEX_A8|at91|ixp|pxa \
+ arm|SA|ARM7|ARM9|ARM10|ARM11|ARMV7|at91|ixp|pxa \
|avr32 \
|blackfin \
|coldfire \