diff options
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r-- | arch/arm/mach-tegra/iomap.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h index 53151030a07d..db8be51cad80 100644 --- a/arch/arm/mach-tegra/iomap.h +++ b/arch/arm/mach-tegra/iomap.h | |||
@@ -261,20 +261,6 @@ | |||
261 | #define TEGRA_SDMMC4_BASE 0xC8000600 | 261 | #define TEGRA_SDMMC4_BASE 0xC8000600 |
262 | #define TEGRA_SDMMC4_SIZE SZ_512 | 262 | #define TEGRA_SDMMC4_SIZE SZ_512 |
263 | 263 | ||
264 | #if defined(CONFIG_TEGRA_DEBUG_UART_NONE) | ||
265 | # define TEGRA_DEBUG_UART_BASE 0 | ||
266 | #elif defined(CONFIG_TEGRA_DEBUG_UARTA) | ||
267 | # define TEGRA_DEBUG_UART_BASE TEGRA_UARTA_BASE | ||
268 | #elif defined(CONFIG_TEGRA_DEBUG_UARTB) | ||
269 | # define TEGRA_DEBUG_UART_BASE TEGRA_UARTB_BASE | ||
270 | #elif defined(CONFIG_TEGRA_DEBUG_UARTC) | ||
271 | # define TEGRA_DEBUG_UART_BASE TEGRA_UARTC_BASE | ||
272 | #elif defined(CONFIG_TEGRA_DEBUG_UARTD) | ||
273 | # define TEGRA_DEBUG_UART_BASE TEGRA_UARTD_BASE | ||
274 | #elif defined(CONFIG_TEGRA_DEBUG_UARTE) | ||
275 | # define TEGRA_DEBUG_UART_BASE TEGRA_UARTE_BASE | ||
276 | #endif | ||
277 | |||
278 | /* On TEGRA, many peripherals are very closely packed in | 264 | /* On TEGRA, many peripherals are very closely packed in |
279 | * two 256MB io windows (that actually only use about 64KB | 265 | * two 256MB io windows (that actually only use about 64KB |
280 | * at the start of each). | 266 | * at the start of each). |