summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-dalmore.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-dalmore.c')
-rw-r--r--arch/arm/mach-tegra/board-dalmore.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore.c b/arch/arm/mach-tegra/board-dalmore.c
index 43460f9db428..9cadf4b77b03 100644
--- a/arch/arm/mach-tegra/board-dalmore.c
+++ b/arch/arm/mach-tegra/board-dalmore.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-dalmore.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
@@ -671,7 +671,6 @@ static void __init tegra_dalmore_late_init(void)
dalmore_uart_init();
dalmore_audio_init();
platform_add_devices(dalmore_devices, ARRAY_SIZE(dalmore_devices));
- //tegra_ram_console_debug_init();
tegra_io_dpd_init();
dalmore_regulator_init();
dalmore_sdhci_init();
@@ -702,11 +701,6 @@ static void __init tegra_dalmore_late_init(void)
tegra_register_fuse();
}
-static void __init dalmore_ramconsole_reserve(unsigned long size)
-{
- tegra_ram_console_debug_reserve(SZ_1M);
-}
-
static void __init tegra_dalmore_dt_init(void)
{
tegra_get_board_info(&board_info);
@@ -729,7 +723,6 @@ static void __init tegra_dalmore_reserve(void)
#else
tegra_reserve(SZ_512M, SZ_16M + SZ_2M, SZ_4M);
#endif
- dalmore_ramconsole_reserve(SZ_1M);
}
static const char * const dalmore_dt_board_compat[] = {