msm: copper: Update PHYS_OFFSET and image load address

RUMI address offsets are in 0x20200000 range, update the
PHYS_OFFSET and zreladdr to match this. This would also
change the offsets for the simulation to match that of
RUMI platform so as to allow the same image to be used on
both platforms.

Change-Id: Id422a537e02299571e185b3f0d24930e56fa2b59
Signed-off-by: Sathish Ambley <sambley@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index f19e66e..27db4a5 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -826,7 +826,7 @@
 	default "0x80200000" if ARCH_APQ8064
 	default "0x80200000" if ARCH_MSM8960
 	default "0x80200000" if ARCH_MSM8930
-	default "0x80200000" if ARCH_MSMCOPPER
+	default "0x20200000" if ARCH_MSMCOPPER
 	default "0x10000000" if ARCH_FSM9XXX
 	default "0x00200000" if !MSM_STACKED_MEMORY
 	default "0x00000000" if ARCH_QSD8X50 && MSM_SOC_REV_A