From 207ee3b6f50efb25d087cb7685510440c6e8d1fa Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 8 Nov 2009 23:00:32 +0100 Subject: [PATCH] u-boot: Don't initalize i2c and ssi gpio pins. We use neither. --- .../patches/0001-add-xburst-platform-files.patch | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch b/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch index 0d7f7107f..7727039b9 100644 --- a/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch +++ b/target/linux/xburst/image/u-boot/patches/0001-add-xburst-platform-files.patch @@ -206,7 +206,7 @@ new file mode 100644 index 0000000..572d22b --- /dev/null +++ b/board/qi_lb60/qi_lb60.c -@@ -0,0 +1,103 @@ +@@ -0,0 +1,93 @@ +/* + * Authors: Xiangfu Liu + * @@ -244,16 +244,6 @@ index 0000000..572d22b + __gpio_as_lcd_18bit(); + + /* -+ * Initialize SSI pins -+ */ -+ __gpio_as_ssi(); -+ -+ /* -+ * Initialize I2C pins -+ */ -+ __gpio_as_i2c(); -+ -+ /* + * Initialize MSC pins + */ + __gpio_as_msc();