summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-roth.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-roth.c')
-rw-r--r--arch/arm/mach-tegra/board-roth.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/board-roth.c b/arch/arm/mach-tegra/board-roth.c
index b2518795227f..64e45e9fa8a5 100644
--- a/arch/arm/mach-tegra/board-roth.c
+++ b/arch/arm/mach-tegra/board-roth.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-roth.c
*
- * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -571,7 +571,6 @@ static void __init tegra_roth_init(void)
roth_led_init();
roth_audio_init();
platform_add_devices(roth_devices, ARRAY_SIZE(roth_devices));
- //tegra_ram_console_debug_init();
tegra_io_dpd_init();
roth_regulator_init();
roth_sdhci_init();
@@ -601,11 +600,6 @@ static void __init tegra_roth_init(void)
roth_issp_init();
}
-static void __init roth_ramconsole_reserve(unsigned long size)
-{
- tegra_ram_console_debug_reserve(SZ_1M);
-}
-
#ifdef CONFIG_USE_OF
struct of_dev_auxdata roth_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("nvidia,tegra114-host1x", TEGRA_HOST1X_BASE, "host1x",
@@ -643,7 +637,6 @@ static void __init tegra_roth_reserve(void)
#else
tegra_reserve(SZ_128M, SZ_16M + SZ_2M, SZ_4M);
#endif
- roth_ramconsole_reserve(SZ_1M);
}
static const char * const roth_dt_board_compat[] = {