From b2566839ca9042d36cc3462fb9933a87cd11f02f Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 20 Aug 2010 18:11:27 +0900 Subject: [PATCH] s5p: use CONFIG_ARMV7 define Signed-off-by: Minkyu Kang --- include/configs/s5pc1xx_p1p2.h | 2 +- include/configs/s5pc1xx_universal.h | 2 +- include/configs/s5pc210_universal.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/configs/s5pc1xx_p1p2.h b/include/configs/s5pc1xx_p1p2.h index 92680bd..04b23cb 100644 --- a/include/configs/s5pc1xx_p1p2.h +++ b/include/configs/s5pc1xx_p1p2.h @@ -30,7 +30,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_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5PC100 1 /* which is in a S5PC100 */ diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index dd4e5b9..50b51ec 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -30,7 +30,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_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5PC100 1 /* which is in a S5PC100 */ diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index 66cb4c7..187a216 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -30,7 +30,7 @@ * High Level Configuration Options * (easy to change) */ -#define CONFIG_ARMCORTEXA9 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_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5PC210 1 /* which is in a S5PC210 */ -- 2.7.4