summaryrefslogtreecommitdiffstats
path: root/include/configs/smdkc100.h
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-06-17 21:50:01 -0700
committerSandeep Paulraj <s-paulraj@ti.com>2010-07-05 19:59:55 -0400
commitf56348af5d255f6dc2a8bcd7d798ab5edf8fba25 (patch)
tree5cb794b98d5d7bc0b8b8254a572b2171555c268c /include/configs/smdkc100.h
parent8f22327a664acc886efc3f5362e6c375c82d5bcb (diff)
downloadtalos-obmc-uboot-f56348af5d255f6dc2a8bcd7d798ab5edf8fba25.tar.gz
talos-obmc-uboot-f56348af5d255f6dc2a8bcd7d798ab5edf8fba25.zip
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 'include/configs/smdkc100.h')
-rw-r--r--include/configs/smdkc100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/smdkc100.h b/include/configs/smdkc100.h
index 09bce6d0fa..76a47c4456 100644
--- a/include/configs/smdkc100.h
+++ b/include/configs/smdkc100.h
@@ -32,7 +32,7 @@
* High Level Configuration Options
* (easy to change)
*/
-#define CONFIG_ARMCORTEXA8 1 /* This is an ARM V7 CPU core */
+#define CONFIG_ARMV7 1 /* This is an ARM V7 CPU core */
#define CONFIG_SAMSUNG 1 /* in a SAMSUNG core */
#define CONFIG_S5PC1XX 1 /* which is in a S5PC1XX Family */
#define CONFIG_S5PC100 1 /* which is in a S5PC100 */
OpenPOWER on IntegriCloud