target: msm8996: Update the memory map

As per the latest memory map move the LK load address, scratch address
and rpm buffer adresss by 5MB

Change-Id: I7c8da9271b55f8cabcd49709e96ea6d3e02cbd57
diff --git a/platform/msm8996/include/platform/iomap.h b/platform/msm8996/include/platform/iomap.h
index 3a3b12b..843fe80 100644
--- a/platform/msm8996/include/platform/iomap.h
+++ b/platform/msm8996/include/platform/iomap.h
@@ -242,7 +242,7 @@
  * as device memory, define the start address
  * and size in MB
  */
-#define RPMB_SND_RCV_BUF            0x91C00000
+#define RPMB_SND_RCV_BUF            0x92100000
 #define RPMB_SND_RCV_BUF_SZ         0x2
 
 #define TCSR_BOOT_MISC_DETECT       0x007B3000
diff --git a/target/msm8996/rules.mk b/target/msm8996/rules.mk
index a261eb5..076852c 100644
--- a/target/msm8996/rules.mk
+++ b/target/msm8996/rules.mk
@@ -8,13 +8,13 @@
 
 PLATFORM := msm8996
 
-MEMBASE := 0x91800000 # SDRAM
+MEMBASE := 0x91D00000 # SDRAM
 MEMSIZE := 0x00400000 # 4MB
 
 BASE_ADDR    := 0x0000000
 
-SCRATCH_ADDR := 0x91E00000
-SCRATCH_SIZE := 738
+SCRATCH_ADDR := 0x92300000
+SCRATCH_SIZE := 733
 KERNEL_ADDR  := 0x80000000
 KERNEL_SIZE  := 88