Tegra: Change Tegra20 to Tegra in common code, prep for T30

Convert TEGRA20_ defines to either TEGRA_ or NV_PA_ where appropriate.
Convert tegra20_ source file and function names to tegra_, also.

Upcoming Tegra30 port will use common code/defines/names where possible.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Tom Warren
2012-09-04 17:00:24 -07:00
parent 22e7394021
commit 29f3e3f248
37 changed files with 143 additions and 146 deletions

View File

@@ -78,7 +78,7 @@ int board_mmc_init(bd_t *bd)
pin_mux_mmc();
/* init dev 0, SD slot, with 4-bit bus */
tegra20_mmc_init(0, 4, GPIO_PI6, GPIO_PH2);
tegra_mmc_init(0, 4, GPIO_PI6, GPIO_PH2);
return 0;
}