platform: msm8996: Increase size of ram loading area by 5MB

Change will increase the ramloading area by 5MB

Change-Id: Ia914e6c794ef7936f4cb70fa4083b96ef9191fb6
diff --git a/platform/msm8996/include/platform/iomap.h b/platform/msm8996/include/platform/iomap.h
index bda214f..3b7dfd1 100644
--- a/platform/msm8996/include/platform/iomap.h
+++ b/platform/msm8996/include/platform/iomap.h
@@ -684,7 +684,7 @@
 
 #define DDR_START                    platform_get_ddr_start()
 #define ABOOT_FORCE_KERNEL_ADDR      (DDR_START + 0x8000)
-#define ABOOT_FORCE_RAMDISK_ADDR     (DDR_START + 0x2200000)
-#define ABOOT_FORCE_TAGS_ADDR        (DDR_START + 0x2000000)
+#define ABOOT_FORCE_RAMDISK_ADDR     (DDR_START + 0x2700000)
+#define ABOOT_FORCE_TAGS_ADDR        (DDR_START + 0x2500000)
 #define ABOOT_FORCE_KERNEL64_ADDR    (DDR_START + 0x80000)
 #endif