From 3dd4ff28c94344a845b99051c972684ba3fb6daa Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 19 Aug 2010 15:30:55 +0900 Subject: [PATCH] s5p: serial: make by CONFIG_S5P define Signed-off-by: Minkyu Kang --- drivers/serial/Makefile | 2 +- include/configs/s5p_goni.h | 2 +- include/configs/s5pc1xx_p1p2.h | 2 +- include/configs/s5pc1xx_universal.h | 2 +- include/configs/smdk6442.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/serial/Makefile b/drivers/serial/Makefile index a94474c..b66ea7d 100644 --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile @@ -36,7 +36,7 @@ COBJS-$(CONFIG_OPENCORES_YANU) += opencores_yanu.o COBJS-$(CONFIG_SYS_NS16550) += ns16550.o COBJS-$(CONFIG_DRIVER_S3C4510_UART) += s3c4510b_uart.o COBJS-$(CONFIG_S3C64XX) += s3c64xx.o -COBJS-$(CONFIG_S5PC1XX) += serial_s5p.o +COBJS-$(CONFIG_S5P) += serial_s5p.o COBJS-$(CONFIG_S5P64XX) += serial_s5p.o COBJS-$(CONFIG_SYS_NS16550_SERIAL) += serial.o COBJS-$(CONFIG_CLPS7111_SERIAL) += serial_clps7111.o diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index ff0dbd3..8c98734 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -30,7 +30,7 @@ /* High Level Configuration Options */ #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_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5PC110 1 /* which is in a S5PC110 */ #define CONFIG_MACH_GONI 1 /* working with Goni */ diff --git a/include/configs/s5pc1xx_p1p2.h b/include/configs/s5pc1xx_p1p2.h index a401358..92680bd 100644 --- a/include/configs/s5pc1xx_p1p2.h +++ b/include/configs/s5pc1xx_p1p2.h @@ -32,7 +32,7 @@ */ #define CONFIG_ARMCORTEXA8 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_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5PC100 1 /* which is in a S5PC100 */ #define CONFIG_S5PC110 1 /* which is in a S5PC110 */ #define CONFIG_UNIVERSAL 1 /* working with Universal */ diff --git a/include/configs/s5pc1xx_universal.h b/include/configs/s5pc1xx_universal.h index 0a8fe5a..dd4e5b9 100644 --- a/include/configs/s5pc1xx_universal.h +++ b/include/configs/s5pc1xx_universal.h @@ -32,7 +32,7 @@ */ #define CONFIG_ARMCORTEXA8 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_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5PC100 1 /* which is in a S5PC100 */ #define CONFIG_S5PC110 1 /* which is in a S5PC110 */ #define CONFIG_UNIVERSAL 1 /* working with Universal */ diff --git a/include/configs/smdk6442.h b/include/configs/smdk6442.h index f22be61..0b16203 100644 --- a/include/configs/smdk6442.h +++ b/include/configs/smdk6442.h @@ -31,7 +31,7 @@ * (easy to change) */ #define CONFIG_SAMSUNG 1 /* in a SAMSUNG core */ -#define CONFIG_S5P64XX 1 /* which is in a S5P64XX Family */ +#define CONFIG_S5P 1 /* which is in a S5P Family */ #define CONFIG_S5P6442 1 /* which is in a S5P6442 */ #define CONFIG_S5P6442_EVT1 1 /* which is in a S5P6442 EVT1 */ -- 2.7.4