diff options
| author | Simon Glass <[email protected]> | 2015-03-09 19:12:56 -0600 |
|---|---|---|
| committer | Tom Warren <[email protected]> | 2015-03-30 09:59:58 -0700 |
| commit | a101638ece27fe8c4b42c654c047d0eacc92b1a8 (patch) | |
| tree | cd8ae762983740083955058e2db7db61dc66454d /include | |
| parent | 89d9437356ce9121f99889c11b55ed28fb8851b2 (diff) | |
tegra: seaboard: Remove unused CONFIG_UART_DISABLE_GPIO
This CONFIG is not used, so drop it.
Signed-off-by: Simon Glass <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/seaboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 4442064db91..78ff651d061 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 /* I2C */ |
