diff options
Diffstat (limited to 'arch/arm/mach-tegra/tegra.c')
-rw-r--r-- | arch/arm/mach-tegra/tegra.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/tegra.c b/arch/arm/mach-tegra/tegra.c index 73368176c6e8..ea14d380fc0c 100644 --- a/arch/arm/mach-tegra/tegra.c +++ b/arch/arm/mach-tegra/tegra.c | |||
@@ -60,15 +60,13 @@ | |||
60 | * kernel is loaded. The data is declared here rather than debug-macro.S so | 60 | * kernel is loaded. The data is declared here rather than debug-macro.S so |
61 | * that multiple inclusions of debug-macro.S point at the same data. | 61 | * that multiple inclusions of debug-macro.S point at the same data. |
62 | */ | 62 | */ |
63 | u32 tegra_uart_config[4] = { | 63 | u32 tegra_uart_config[3] = { |
64 | /* Debug UART initialization required */ | 64 | /* Debug UART initialization required */ |
65 | 1, | 65 | 1, |
66 | /* Debug UART physical address */ | 66 | /* Debug UART physical address */ |
67 | 0, | 67 | 0, |
68 | /* Debug UART virtual address */ | 68 | /* Debug UART virtual address */ |
69 | 0, | 69 | 0, |
70 | /* Scratch space for debug macro */ | ||
71 | 0, | ||
72 | }; | 70 | }; |
73 | 71 | ||
74 | static void __init tegra_init_cache(void) | 72 | static void __init tegra_init_cache(void) |