platform: msm_8226: changes in SCRATCH_ADDRESS and APP_REGION_ADDR

Address for the SCRATCH_ADDRESS, APP_REGION_ADDR and RPMB_SND_RCV_BUF
is assigned for msms8226

Change-Id: Ie9ca9cacd94756af8e76f3066569a0813c4a0581
diff --git a/platform/msm8226/include/platform/iomap.h b/platform/msm8226/include/platform/iomap.h
index 5cb3770..96fd8f9 100644
--- a/platform/msm8226/include/platform/iomap.h
+++ b/platform/msm8226/include/platform/iomap.h
@@ -213,11 +213,11 @@
 *  * as device memory, define the start address
 *  * and size in MB
 */
-#define RPMB_SND_RCV_BUF            0x08000000
+#define RPMB_SND_RCV_BUF            0x10100000
 #define RPMB_SND_RCV_BUF_SZ         0x1
 
 /* QSEECOM: Secure app region notification */
-#define APP_REGION_ADDR 0x3280000
-#define APP_REGION_SIZE 0x80000
+#define APP_REGION_ADDR 0xd980000
+#define APP_REGION_SIZE 0x200000
 
 #endif
diff --git a/target/msm8226/rules.mk b/target/msm8226/rules.mk
index bccfa1a..da6eecb 100755
--- a/target/msm8226/rules.mk
+++ b/target/msm8226/rules.mk
@@ -13,7 +13,7 @@
 TAGS_ADDR        := BASE_ADDR+0x00000100
 KERNEL_ADDR      := BASE_ADDR+0x00008000
 RAMDISK_ADDR     := BASE_ADDR+0x01000000
-SCRATCH_ADDR     := 0x10100000
+SCRATCH_ADDR     := 0x10200000
 
 DEFINES += DISPLAY_SPLASH_SCREEN=1
 DEFINES += DISPLAY_TYPE_MIPI=1