|
@@ -120,7 +120,7 @@ static void omap3_save_secure_ram_context(void)
|
|
|
* will hang the system.
|
|
|
*/
|
|
|
pwrdm_set_next_pwrst(mpu_pwrdm, PWRDM_POWER_ON);
|
|
|
- ret = _omap_save_secure_sram((u32 *)
|
|
|
+ ret = _omap_save_secure_sram((u32 *)(unsigned long)
|
|
|
__pa(omap3_secure_ram_storage));
|
|
|
pwrdm_set_next_pwrst(mpu_pwrdm, mpu_next_state);
|
|
|
/* Following is for error tracking, it should not happen */
|