9
0
Fork 0

tegra: recognize Tegra124 in maincomplex startup

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-06-03 22:34:55 +02:00 committed by Sascha Hauer
parent c8e61fa978
commit e11e7d9a15
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ void tegra_maincomplex_entry(void)
ramsize = tegra20_get_ramsize();
break;
case TEGRA30:
case TEGRA124:
rambase = SZ_2G;
ramsize = tegra30_get_ramsize();
break;