All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO
@ 2015-03-10  1:12 Simon Glass
  2015-03-10  1:12 ` [U-Boot] [PATCH 2/2] tegra: seaboard: Correct the gpio_request() call Simon Glass
  2015-03-10  2:49 ` [U-Boot] [PATCH 1/2] tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO Stephen Warren
  0 siblings, 2 replies; 10+ messages in thread
From: Simon Glass @ 2015-03-10  1:12 UTC (permalink / raw)
  To: u-boot

This CONFIG is not used, so drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/configs/seaboard.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5f77051..44daadc 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -27,9 +27,6 @@
 #define CONFIG_TEGRA_ENABLE_UARTD
 #define CONFIG_SYS_NS16550_COM1		NV_PA_APB_UARTD_BASE
 
-/* On Seaboard: GPIO_PI3 = Port I = 8, bit = 3 */
-#define CONFIG_UART_DISABLE_GPIO	GPIO_PI3
-
 #define CONFIG_MACH_TYPE		MACH_TYPE_SEABOARD
 
 #define CONFIG_BOARD_EARLY_INIT_F
-- 
2.2.0.rc0.207.ga3a616c

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-03-30 23:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-10  1:12 [U-Boot] [PATCH 1/2] tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO Simon Glass
2015-03-10  1:12 ` [U-Boot] [PATCH 2/2] tegra: seaboard: Correct the gpio_request() call Simon Glass
2015-03-10  1:16   ` Simon Glass
2015-03-29 13:10     ` Simon Glass
2015-03-10  2:49 ` [U-Boot] [PATCH 1/2] tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO Stephen Warren
2015-03-29 13:10   ` Simon Glass
2015-03-30 17:02     ` Tom Warren
2015-03-30 17:14       ` Simon Glass
2015-03-30 18:05         ` Tom Warren
2015-03-30 23:48           ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.