diff options
Diffstat (limited to 'arch/arm/cpu/tegra20-common/warmboot.c')
| -rw-r--r-- | arch/arm/cpu/tegra20-common/warmboot.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/arm/cpu/tegra20-common/warmboot.c b/arch/arm/cpu/tegra20-common/warmboot.c index 157b9abc4..0d472cfe3 100644 --- a/arch/arm/cpu/tegra20-common/warmboot.c +++ b/arch/arm/cpu/tegra20-common/warmboot.c @@ -46,7 +46,7 @@ DECLARE_GLOBAL_DATA_PTR;   * This is the place in SRAM where the SDRAM parameters are stored. There   * are 4 blocks, one for each RAM code   */ -#define SDRAM_PARAMS_BASE	(AP20_BASE_PA_SRAM + 0x188) +#define SDRAM_PARAMS_BASE	(NV_PA_BASE_SRAM + 0x188)  /* TODO: If we later add support for the Misc GP controller, refactor this */  union xm2cfga_reg { |