From f56348af5d255f6dc2a8bcd7d798ab5edf8fba25 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Thu, 17 Jun 2010 21:50:01 -0700 Subject: 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 Signed-off-by: Steve Sakoman Signed-off-by: Sandeep Paulraj --- MAKEALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MAKEALL') 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 \ -- cgit v1.1