mdm9x25: Update membase and scratch address

Update the membase and scratch address based on
the new memory map.

Change-Id: Ib972242f1308feb07e93b7e6b88c895946404cc3
diff --git a/target/mdm9625/meminfo.c b/target/mdm9625/meminfo.c
index f7ed770..1b79535 100644
--- a/target/mdm9625/meminfo.c
+++ b/target/mdm9625/meminfo.c
@@ -70,8 +70,8 @@
 				 */
 				ret = dev_tree_add_mem_info(fdt,
 											memory_node_offset,
-											ram_ptable.parts[i].start + 2*SIZE_1M,
-											ram_ptable.parts[i].size  - 2*SIZE_1M);
+											ram_ptable.parts[i].start + 3*SIZE_1M,
+											ram_ptable.parts[i].size  - 3*SIZE_1M);
 
 			}
 			else