[U-Boot] [PATCH 1/2] tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO
Simon Glass
sjg at chromium.org
Tue Mar 10 02:12:56 CET 2015
This CONFIG is not used, so drop it.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list