Skip to content

Commit

Permalink
arm: tegra: yellowstone: don't change emc_init function name yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Grachek committed Jan 18, 2019
1 parent 2707841 commit d947a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/board-yellowstone-memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ static struct tegra12_emc_pdata yellowstone_lpddr3_emc_pdata = {
.num_tables = ARRAY_SIZE(yellowstone_lpddr3_emc_table),
};

int __init yellowstone_emc_init(void)
int __init ardbeg_emc_init(void)
{
/*
* If the EMC table is successfully read from the NCT partition,
Expand Down

0 comments on commit d947a0a

Please sign in to comment.