msm: pm2: fix warm boot address on 7x27A and 7x27
Change the boot reset vector address from virtual to physical.
Change-Id: Idac115eb89a03578460adee941606c1a5746bbac
Signed-off-by: Sravan Kumar Ambapuram <asravan@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm7x27a.c b/arch/arm/mach-msm/board-msm7x27a.c
index 7540aa9..db63f53 100644
--- a/arch/arm/mach-msm/board-msm7x27a.c
+++ b/arch/arm/mach-msm/board-msm7x27a.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
+/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -377,8 +377,8 @@
};
static struct msm_pm_boot_platform_data msm_pm_boot_pdata __initdata = {
- .mode = MSM_PM_BOOT_CONFIG_RESET_VECTOR_VIRT,
- .v_addr = (uint32_t *)PAGE_OFFSET,
+ .mode = MSM_PM_BOOT_CONFIG_RESET_VECTOR_PHYS,
+ .p_addr = 0,
};
static struct android_pmem_platform_data android_pmem_adsp_pdata = {