s5p: serial: make by CONFIG_S5P define
authorMinkyu Kang <mk7.kang@samsung.com>
Thu, 19 Aug 2010 06:30:55 +0000 (15:30 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 19 Aug 2010 06:30:55 +0000 (15:30 +0900)
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/serial/Makefile
include/configs/s5p_goni.h
include/configs/s5pc1xx_p1p2.h
include/configs/s5pc1xx_universal.h
include/configs/smdk6442.h

index a94474c..b66ea7d 100644 (file)
@@ -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
index ff0dbd3..8c98734 100644 (file)
@@ -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 */
 
index a401358..92680bd 100644 (file)
@@ -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 */
index 0a8fe5a..dd4e5b9 100644 (file)
@@ -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 */
index f22be61..0b16203 100644 (file)
@@ -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 */