aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/iomap.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-10-01 17:21:20 -0400
committerStephen Warren <swarren@nvidia.com>2012-11-16 14:22:17 -0500
commitadc18315889b3e67a4a2a9717fbbfab5cd2d7b57 (patch)
tree29e1af24405e1b2b21ae660e2d5b663a15029158 /arch/arm/mach-tegra/iomap.h
parentc5a4d6b07ac98405f347c796bc74f4367e516898 (diff)
ARM: tegra: simplify DEBUG_LL UART selection options
Delete CONFIG_TEGRA_DEBUG_UART_AUTO_SCRATCH; it's not useful any more: * No upstream bootloader currently or will ever support this option. * CONFIG_TEGRA_DEBUG_UART_AUTO_ODMDATA is a much more direct alternative. Merge the fixed and automatic UART selection menus into a single choice for simplicity; now you either pick AUTO_ODMDATA or a single fixed UART, rather than potentially having an AUTO option override whatever fixed option was chosen. Remove TEGRA_DEBUG_UART_NONE; if you don't want a Tegra DEBUG_LL UART, simply don't turn on DEBUG_LL. NONE used to be the default option, so pick AUTO_ODMDATA as the new default. Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r--arch/arm/mach-tegra/iomap.h14
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).