summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-pismo.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-pismo.c')
-rw-r--r--arch/arm/mach-tegra/board-pismo.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/board-pismo.c b/arch/arm/mach-tegra/board-pismo.c
index 2577b12e5426..7dd931c4cff5 100644
--- a/arch/arm/mach-tegra/board-pismo.c
+++ b/arch/arm/mach-tegra/board-pismo.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-pismo.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
@@ -595,7 +595,6 @@ static void __init tegra_pismo_init(void)
pismo_uart_init();
pismo_audio_init();
platform_add_devices(pismo_devices, ARRAY_SIZE(pismo_devices));
- //tegra_ram_console_debug_init();
tegra_io_dpd_init();
pismo_regulator_init();
pismo_sdhci_init();
@@ -619,11 +618,6 @@ static void __init tegra_pismo_init(void)
pismo_soctherm_init();
}
-static void __init pismo_ramconsole_reserve(unsigned long size)
-{
- tegra_ram_console_debug_reserve(SZ_1M);
-}
-
#ifdef CONFIG_USE_OF
struct of_dev_auxdata pismo_auxdata_lookup[] __initdata = {
OF_DEV_AUXDATA("nvidia,tegra114-host1x", TEGRA_HOST1X_BASE, "host1x",
@@ -661,7 +655,6 @@ static void __init tegra_pismo_reserve(void)
#else
tegra_reserve(SZ_128M, SZ_16M + SZ_2M, SZ_4M);
#endif
- pismo_ramconsole_reserve(SZ_1M);
}
static const char * const pismo_dt_board_compat[] = {