s5p: universal: code cleanup
authorDonghwa Lee <dh09.lee@samsung.com>
Tue, 31 Aug 2010 06:40:15 +0000 (15:40 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Tue, 31 Aug 2010 06:40:15 +0000 (15:40 +0900)
include/configs/s5pc1xx_universal.h
include/configs/s5pc210_universal.h

index 50b51ec..b827ac0 100644 (file)
 #define CONFIG_SERIAL_MULTI    1
 #define CONFIG_SERIAL2          1      /* we use SERIAL 2 on S5PC100 */
 
+/* 
+ * spi gpio 
+ */
+#define CONFIG_SPI_GPIO                1
+
 /* MMC */
 #define CONFIG_GENERIC_MMC     1
 #define CONFIG_MMC             1
index 230c1f4..426193a 100644 (file)
  */
 #define CONFIG_SERIAL_MULTI    1
 #define CONFIG_SERIAL2          1      /* we use SERIAL 2 on S5PC210 */
-#define CONFIG_SPI_GPIO          1     /* we use SERIAL 2 on S5PC210 */
+
+/* 
+ * spi gpio 
+ */
+#define CONFIG_SPI_GPIO                1
 
 /* MMC */
 #if 1