diff options
author | Kasoju Mallikarjun <mkasoju@nvidia.com> | 2011-04-20 17:08:18 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:46:00 -0800 |
commit | 63010da7dd09af7e608430dd589fef76e589c1d2 (patch) | |
tree | 2ecdfd7c7c78ecd26900e2a86ee04353f614c8a5 /arch/arm/mach-tegra/board-enterprise-memory.c | |
parent | 0f3b48661e93f99117059335d6d13a3fd88259d3 (diff) |
arm: tegra: enterprise: Renamed tegra_enterprise to enterprise
Renamed tegra_enterprise board name to enterprise
Original-Change-Id: If4bfe61ef086f980b81ca4fedd30d760e89befad
Reviewed-on: http://git-master/r/28324
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Change-Id: I27173743eedba2d964b33d17136318f93f1e3afc
Rebase-Id: Rbc65b62d51cb7249bcf2d07291c93c223c231369
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-memory.c')
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-memory.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-memory.c b/arch/arm/mach-tegra/board-enterprise-memory.c index 65d0932387e3..b3d9bc645f1a 100644 --- a/arch/arm/mach-tegra/board-enterprise-memory.c +++ b/arch/arm/mach-tegra/board-enterprise-memory.c @@ -23,7 +23,7 @@ #include "tegra3_emc.h" -static const struct tegra_emc_table tegra_enterprise_emc_tables_h5tc2g[] = { +static const struct tegra_emc_table enterprise_emc_tables_h5tc2g[] = { { 0x30, /* Rev 3.0 */ 27000, /* SDRAM frquency */ @@ -722,9 +722,9 @@ static const struct tegra_emc_table tegra_enterprise_emc_tables_h5tc2g[] = { } }; -int tegra_enterprise_emc_init(void) +int enterprise_emc_init(void) { - tegra_init_emc(tegra_enterprise_emc_tables_h5tc2g, - ARRAY_SIZE(tegra_enterprise_emc_tables_h5tc2g)); + tegra_init_emc(enterprise_emc_tables_h5tc2g, + ARRAY_SIZE(enterprise_emc_tables_h5tc2g)); return 0; } |